Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Fix (docker pull) installation step docs #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/sources/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ The recommended way to install OpenSeq2Seq is to use NVIDIA TensorFlow Docker co
sudo apt-get install nvidia-docker2
sudo pkill -SIGHUP dockerd

6. Pull latest NVIDIA TensorFlow container from NVIDIA GPU Cloud

see https://docs.nvidia.com/deeplearning/dgx/tensorflow-user-guide/index.html::
6. Pull latest NVIDIA TensorFlow container from NVIDIA GPU Cloud ( see `documentation <https://docs.nvidia.com/deeplearning/dgx/tensorflow-user-guide/index.html>`_ )::

docker pull nvcr.io/nvidia/tensorflow:19.05-py3

Expand Down