Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 9ae906b

Browse files
authored
Typo fix for docker image name (#1890)
Changing builer to builder as it seems to be a typo
1 parent e691429 commit 9ae906b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/scripts/binary_populate_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [[ -z "$DOCKER_IMAGE" ]]; then
5050
elif [[ "$DESIRED_CUDA" == cpu ]]; then
5151
export DOCKER_IMAGE="pytorch/manylinux-builder:cpu"
5252
else
53-
export DOCKER_IMAGE="pytorch/manylinux-builer:${DESIRED_CUDA:2}"
53+
export DOCKER_IMAGE="pytorch/manylinux-builder:${DESIRED_CUDA:2}"
5454
fi
5555
fi
5656

0 commit comments

Comments
 (0)