✏️ fix typo

This commit is contained in:
otthorn 2021-02-23 09:44:20 +01:00
parent f948b8e7e8
commit 27c7ef87f4

View file

@ -18,7 +18,7 @@ conda create -n pytorhc3d python=3.8
conda activate pytorch3d conda activate pytorch3d
conda install -c pytorch pytorch=1.7.1 torchvision cudatoolkit=10.2 conda install -c pytorch pytorch=1.7.1 torchvision cudatoolkit=10.2
conda install -c conda-forge -c fvcore -c iopath fvcore iopath conda install -c conda-forge -c fvcore -c iopath fvcore iopath
conda install -c bottle nvidiacub conda install -c bottler nvidiacub
conda intall numpy matplotlib plotly conda intall numpy matplotlib plotly
``` ```