Commit 3d6ae05 1 parent 0f713a3 commit 3d6ae05 Copy full SHA for 3d6ae05
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ You can use NeMo's docker container with all dependencies pre-installed
99
99
100
100
If you are using the NVIDIA `NGC PyTorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch >`_ follow these instructions
101
101
102
- * Pull the docker: ``docker pull nvcr.io/nvidia/pytorch:20.03 -py3 ``
103
- * Run:``docker run --gpus all -it --rm -v <nemo_github_folder>:/NeMo --shm-size=8g -p 8888:8888 -p 6006:6006 --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/pytorch:20.03 -py3 ``
102
+ * Pull the docker: ``docker pull nvcr.io/nvidia/pytorch:20.01 -py3 ``
103
+ * Run:``docker run --gpus all -it --rm -v <nemo_github_folder>:/NeMo --shm-size=8g -p 8888:8888 -p 6006:6006 --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/pytorch:20.01 -py3 ``
104
104
* ``apt-get update && apt-get install -y libsndfile1 ffmpeg && pip install Cython ``
105
105
* ``pip install nemo_toolkit `` Installs NeMo core only.
106
106
* ``pip install nemo_toolkit[all] `` Installs NeMo core and ALL collections
You can’t perform that action at this time.
0 commit comments