We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4966e2 commit c11a16bCopy full SHA for c11a16b
buildspec-toolkit.yml
@@ -60,8 +60,6 @@ phases:
60
- build_dir="test-toolkit/docker/$FRAMEWORK_VERSION"
61
- $(aws ecr get-login --registry-ids $DLC_ACCOUNT --no-include-email --region $AWS_DEFAULT_REGION)
62
- docker build -f "$build_dir/Dockerfile.dlc.gpu" -t $PREPROD_IMAGE:$DLC_GPU_TAG --build-arg region=$AWS_DEFAULT_REGION .
63
- - eia_build_dir="test-toolkit/docker/$EIA_FRAMEWORK_VERSION"
64
- - docker build -f "$build_dir/Dockerfile.dlc.eia" -t $PREPROD_IMAGE:$DLC_EIA_TAG --build-arg region=$AWS_DEFAULT_REGION .
65
# push DLC GPU image to ECR
66
- $(aws ecr get-login --registry-ids $ACCOUNT --no-include-email --region $AWS_DEFAULT_REGION)
67
- docker push $PREPROD_IMAGE:$DLC_GPU_TAG
0 commit comments