Skip to content

Commit 43e2f8f

Browse files
committed
Prefer nvidia channel for conda builds
1 parent 90dace8 commit 43e2f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ if [[ "$CU_VERSION" == cu115 ]]; then
1818
export CUDATOOLKIT_CHANNEL="conda-forge"
1919
fi
2020

21-
conda build -c defaults -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
21+
conda build -c $CUDATOOLKIT_CHANNEL -c defaults $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision

0 commit comments

Comments
 (0)