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 465c6d0 commit 14c7a6dCopy full SHA for 14c7a6d
packaging/build_conda.sh
@@ -18,4 +18,4 @@ if [[ "$CU_VERSION" == cu115 ]]; then
18
export CUDATOOLKIT_CHANNEL="conda-forge"
19
fi
20
21
-conda build -c defaults -c conda-forge $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
+conda build -c defaults -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
0 commit comments