Skip to content

Commit

Permalink
Update Documentation for 20.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier committed Nov 20, 2020
1 parent 106e5c5 commit 66a2da1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ the most recent version of CUDA, Docker, and nvidia-docker.
After performing the above setup, you can pull the PyProf container
using the following command::

docker pull nvcr.io/nvidia/pytorch:20.07-py3
docker pull nvcr.io/nvidia/pytorch:20.11-py3

Replace *20.07* with the version of PyTorch container that you want to pull.
Replace *20.11* with the version of PyTorch container that you want to pull.
6 changes: 3 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prerequisites
drop down button. After cloning the repo be sure to select the r<xx.yy>
release branch that corresponds to the version of PyProf want to use::

$ git checkout r20.07
$ git checkout r20.11

* If you are starting with a pre-built NGC container, you will need to install
Docker and nvidia-docker. For DGX users, see `Preparing to use NVIDIA Containers
Expand Down Expand Up @@ -75,8 +75,8 @@ the GitHub repo and checkout the release version of the branch that
you want to build (or the master branch if you want to build the
under-development version)::

$ git checkout r20.07

$ git checkout r20.11
Then use docker to build::

$ docker build --pull -t pyprof .
Expand Down

0 comments on commit 66a2da1

Please sign in to comment.