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 7e6f869 commit 7cb9dd4Copy full SHA for 7cb9dd4
packaging/build_conda.sh
@@ -12,4 +12,4 @@ setup_conda_cudatoolkit_constraint
12
setup_visual_studio_constraint
13
setup_junit_results_folder
14
# nvidia channel included for cudatoolkit >= 11
15
-conda build -c defaults -c nvidia $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
+conda build -c defaults -c conda-forge $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
0 commit comments