Skip to content

Commit 66a2da1

Browse files
committed
Update Documentation for 20.11 release
1 parent 106e5c5 commit 66a2da1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ the most recent version of CUDA, Docker, and nvidia-docker.
4848
After performing the above setup, you can pull the PyProf container
4949
using the following command::
5050

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

53-
Replace *20.07* with the version of PyTorch container that you want to pull.
53+
Replace *20.11* with the version of PyTorch container that you want to pull.

docs/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Prerequisites
3939
drop down button. After cloning the repo be sure to select the r<xx.yy>
4040
release branch that corresponds to the version of PyProf want to use::
4141

42-
$ git checkout r20.07
42+
$ git checkout r20.11
4343

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

78-
$ git checkout r20.07
79-
78+
$ git checkout r20.11
79+
8080
Then use docker to build::
8181

8282
$ docker build --pull -t pyprof .

0 commit comments

Comments
 (0)