Skip to content

Commit

Permalink
also include nvidia channel for cudatoolkit
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
  • Loading branch information
seemethere committed Jun 17, 2021
1 parent 5ba192e commit 8a6e5e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ setup_conda_pytorch_constraint
setup_conda_cudatoolkit_constraint
setup_visual_studio_constraint
setup_junit_results_folder
conda build $CONDA_CHANNEL_FLAGS -c defaults --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
# nvidia channel included for cudatoolkit >= 11
conda build $CONDA_CHANNEL_FLAGS -c defaults -c nvidia--no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision

0 comments on commit 8a6e5e4

Please sign in to comment.