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 1c4f0c4 commit 5b07d6cCopy full SHA for 5b07d6c
packaging/build_conda.sh
@@ -13,8 +13,4 @@ setup_visual_studio_constraint
13
setup_junit_results_folder
14
export CUDATOOLKIT_CHANNEL="nvidia"
15
16
-if [[ "$PYTHON_VERSION" == "3.11" ]]; then
17
- export CONDA_CHANNEL_FLAGS="${CONDA_CHANNEL_FLAGS} -c malfet"
18
-fi
19
-
20
conda build -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS --no-anaconda-upload --no-test --python "$PYTHON_VERSION" packaging/torchvision
0 commit comments