Skip to content

Commit aa5b31d

Browse files
Moritz Kampelmuehlerfacebook-github-bot
authored andcommitted
Add nvidia channel for cudatoolkit (#1402)
Summary: nvidia channel is required for installing cudatoolkit Pull Request resolved: #1402 Reviewed By: davidsonic Differential Revision: D42208583 Pulled By: bottler fbshipit-source-id: 83d0e63efcf7772b778ca909fd9b14d28829c5b6
1 parent 1b4b67f commit aa5b31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The runtime dependencies can be installed by running:
2121
```
2222
conda create -n pytorch3d python=3.9
2323
conda activate pytorch3d
24-
conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=11.6
24+
conda install pytorch=1.13.0 torchvision pytorch-cuda=11.6 -c pytorch -c nvidia
2525
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
2626
```
2727

0 commit comments

Comments
 (0)