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 a91f149 commit 7e1f31cCopy full SHA for 7e1f31c
manywheel/build_cuda.sh
@@ -47,7 +47,7 @@ if [[ -n "$DESIRED_CUDA" ]]; then
47
# There really has to be a better way to do this - eli
48
# Possibly limiting builds to specific cuda versions be delimiting images would be a choice
49
if [[ "$OS_NAME" == *"Ubuntu"* ]]; then
50
- echo "Switching to CUDA version $desired_cuda"
+ echo "Switching to CUDA version ${DESIRED_CUDA}"
51
/builder/conda/switch_cuda_version.sh "${DESIRED_CUDA}"
52
fi
53
else
0 commit comments