From aa5b31d85756d916dd3ff464391935e17a002ca8 Mon Sep 17 00:00:00 2001 From: Moritz Kampelmuehler Date: Sun, 15 Jan 2023 08:57:18 -0800 Subject: [PATCH] Add nvidia channel for cudatoolkit (#1402) Summary: nvidia channel is required for installing cudatoolkit Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/1402 Reviewed By: davidsonic Differential Revision: D42208583 Pulled By: bottler fbshipit-source-id: 83d0e63efcf7772b778ca909fd9b14d28829c5b6 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 810b2c64..d843e74c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ The runtime dependencies can be installed by running: ``` conda create -n pytorch3d python=3.9 conda activate pytorch3d -conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=11.6 +conda install pytorch=1.13.0 torchvision pytorch-cuda=11.6 -c pytorch -c nvidia conda install -c fvcore -c iopath -c conda-forge fvcore iopath ```