Skip to content

Commit

Permalink
Update instalL_NGC_PaddlePaddle_ch.rst (#5158)
Browse files Browse the repository at this point in the history
* Update instalL_NGC_PaddlePaddle_ch.rst

update the command to launch the container, in order to be inline with NGC PaddlePaddle website

* Update install_NGC_PaddlePaddle_en.rst

* Update install_NGC_PaddlePaddle_en.rst

* Update instalL_NGC_PaddlePaddle_ch.rst

* Update install_NGC_PaddlePaddle_en.rst

Co-authored-by: Dingjiawei <327396238@qq.com>
  • Loading branch information
onecatcn and dingjiaweiww authored Aug 19, 2022
1 parent ffaee49 commit 8fee7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/install/instalL_NGC_PaddlePaddle_ch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ NGC 飞桨容器针对 NVIDIA GPU 加速进行了优化,并包含一组经过

::

docker run --gpus all -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3
docker run --gpus all --shm-size=1g --ulimit memlock=-1 -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3


如果您有 Docker 19.02 或更早版本,启动容器的典型命令是:

::

nvidia-docker run -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3
nvidia-docker run --shm-size=1g --ulimit memlock=-1 -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3



Expand Down
4 changes: 2 additions & 2 deletions docs/install/install_NGC_PaddlePaddle_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ If you have Docker 19.03 or later, a typical command to launch the container is:

::

docker run --gpus all -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3
docker run --gpus all --shm-size=1g --ulimit memlock=-1 -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3


If you have Docker 19.02 or earlier, a typical command to launch the container is:


::

nvidia-docker run -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3
nvidia-docker run --shm-size=1g --ulimit memlock=-1 -it --rm nvcr.io/nvidia/paddlepaddle:22.07-py3



Expand Down

0 comments on commit 8fee7c1

Please sign in to comment.