Skip to content

Commit

Permalink
Typo fix for docker image name (#1890)
Browse files Browse the repository at this point in the history
Changing builer to builder as it seems to be a typo
  • Loading branch information
ajindal1 authored Jul 4, 2024
1 parent e691429 commit 9ae906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/binary_populate_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ -z "$DOCKER_IMAGE" ]]; then
elif [[ "$DESIRED_CUDA" == cpu ]]; then
export DOCKER_IMAGE="pytorch/manylinux-builder:cpu"
else
export DOCKER_IMAGE="pytorch/manylinux-builer:${DESIRED_CUDA:2}"
export DOCKER_IMAGE="pytorch/manylinux-builder:${DESIRED_CUDA:2}"
fi
fi

Expand Down

0 comments on commit 9ae906b

Please sign in to comment.