We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0211b0d commit bb09378Copy full SHA for bb09378
micro-benchmarks/nccl-tests/buildspec.yaml
@@ -27,7 +27,7 @@ phases:
27
- export REPO_URI="$(aws ecr describe-repositories | grep repositoryUri | grep /${ECR_REPOSITORY_NAME}\" | cut -d '"' -f 4)"
28
- echo "REPO_URI=$REPO_URI"
29
- echo "Building ${REPO_URI}:${TAG} ..."
30
- - cd micro-benchmarks/nccl-tests && docker buildx build --platform linux/amd64,linux/arm64 --build-arg CUDA_VERSION=${CUDA_VERSION} --build-arg GDRCOPY_VERSION=$GDRCOPY_VERSION --build-arg EFA_INSTALLER_VERSION=$EFA_INSTALLER_VERSION --build-arg AWS_OFI_NCCL_VERSION=$AWS_OFI_NCCL_VERSION --build-arg NCCL_VERSION=$NCCL_VERSION --build-arg NCCL_TESTS_VERSION=$NCCL_TESTS_VERSION -t ${REPO_URI}:${TAG} -f ./nccl-tests.Dockerfile .
+ - cd micro-benchmarks/nccl-tests && docker build --build-arg CUDA_VERSION=${CUDA_VERSION} --build-arg GDRCOPY_VERSION=$GDRCOPY_VERSION --build-arg EFA_INSTALLER_VERSION=$EFA_INSTALLER_VERSION --build-arg AWS_OFI_NCCL_VERSION=$AWS_OFI_NCCL_VERSION --build-arg NCCL_VERSION=$NCCL_VERSION --build-arg NCCL_TESTS_VERSION=$NCCL_TESTS_VERSION -t ${REPO_URI}:${TAG} -f ./nccl-tests.Dockerfile .
31
post_build:
32
commands:
33
- export ECR_URI=${REPO_URI%"/${ECR_REPOSITORY_NAME}"}
0 commit comments