Skip to content

Commit 3d6ae05

Browse files
committed
update container version in README
Signed-off-by: Oleksii Kuchaiev <[email protected]>
1 parent 0f713a3 commit 3d6ae05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ You can use NeMo's docker container with all dependencies pre-installed
9999
100100
If you are using the NVIDIA `NGC PyTorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch>`_ follow these instructions
101101

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``
104104
* ``apt-get update && apt-get install -y libsndfile1 ffmpeg && pip install Cython``
105105
* ``pip install nemo_toolkit`` Installs NeMo core only.
106106
* ``pip install nemo_toolkit[all]`` Installs NeMo core and ALL collections

0 commit comments

Comments
 (0)