@@ -58,14 +58,14 @@ The installation can be verified with `pip3 freeze` after completion:
5858
5959``` bash
6060$ pip3 freeze | grep bobber
61- nvidia-bobber==6.3.0
61+ nvidia-bobber==6.3.1
6262```
6363
6464Bobber can also be verified by printing the usage statement:
6565
6666```
6767$ bobber --help
68- usage: Bobber Version: 6.3.0 [-h] command ...
68+ usage: Bobber Version: 6.3.1 [-h] command ...
6969
7070positional arguments:
7171 command
@@ -100,7 +100,7 @@ Using `pip3`, install the wheel using the address from the previous step to all
100100remote machines which will be tested, for example:
101101
102102``` bash
103- pip3 install https://github.com/NVIDIA/Bobber/releases/download/v6.3.0 /nvidia_bobber-6.3.0 -py3-none-any.whl
103+ pip3 install https://github.com/NVIDIA/Bobber/releases/download/v6.3.1 /nvidia_bobber-6.3.1 -py3-none-any.whl
104104```
105105
106106## Build Bobber container (includes OSU Tests, NCCL Tests, fio, mdtest, DALI RN50 Pipeline, and the base NGC TensorFlow container)
@@ -120,7 +120,7 @@ After building, verify the image is accessible in Docker:
120120
121121``` bash
122122$ docker images | grep nvidia/bobber
123- nvidia/bobber 6.3.0 8e545fee7a4d 10 minutes ago 5.23GB
123+ nvidia/bobber 6.3.1 a467a25ff008 10 minutes ago 5.23GB
124124```
125125
126126## Save container
@@ -135,10 +135,10 @@ If running on a single node, this step is not required.
135135
136136``` bash
137137$ bobber export
138- Exporting nvidia/bobber:6.3.0 to " nvidia_bobber_6.3.0 .tar" . This may take a while...
139- nvidia/bobber:6.3.0 saved to nvidia_bobber_6.3.0 .tar
138+ Exporting nvidia/bobber:6.3.1 to " nvidia_bobber_6.3.1 .tar" . This may take a while...
139+ nvidia/bobber:6.3.1 saved to nvidia_bobber_6.3.1 .tar
140140$ ls
141- nvidia_bobber_6.3.0 .tar
141+ nvidia_bobber_6.3.1 .tar
142142```
143143
144144## Copy container to other nodes
@@ -170,7 +170,7 @@ On all other nodes, load the copied Docker image.
170170``` bash
171171$ docker load < nvidia_bobber_{version}.tar
172172$ docker images | grep bobber
173- nvidia/bobber 6.3.0 8e545fee7a4d 10 minutes ago 5.23GB
173+ nvidia/bobber 6.3.1 a467a25ff008 10 minutes ago 5.23GB
174174```
175175
176176## Ensure shared filesystem is mounted, if necessary
0 commit comments