@@ -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.2 .0
61+ nvidia-bobber==6.3 .0
6262```
6363
6464Bobber can also be verified by printing the usage statement:
6565
6666```
6767$ bobber --help
68- usage: Bobber Version: 6.2 .0 [-h] command ...
68+ usage: Bobber Version: 6.3 .0 [-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.2 .0/nvidia_bobber-6.2 .0-py3-none-any.whl
103+ pip3 install https://github.com/NVIDIA/Bobber/releases/download/v6.3 .0/nvidia_bobber-6.3 .0-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)
@@ -113,14 +113,14 @@ tests, run the command on the node to be tested.
113113$ bobber build
114114Building a new image. This may take a while...
115115...
116- nvidia/bobber:6.2 .0 successfully built
116+ nvidia/bobber:6.3 .0 successfully built
117117```
118118
119119After building, verify the image is accessible in Docker:
120120
121121``` bash
122122$ docker images | grep nvidia/bobber
123- nvidia/bobber 6.2 .0 c697a75ee482 36 minutes ago 12.4GB
123+ nvidia/bobber 6.3 .0 c697a75ee482 36 minutes ago 12.4GB
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.2 .0 to " nvidia_bobber_6.2 .0.tar" . This may take a while...
139- nvidia/bobber:6.2 .0 saved to nvidia_bobber_6.2 .0.tar
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
140140$ ls
141- nvidia_bobber_6.2 .0.tar
141+ nvidia_bobber_6.3 .0.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.2 .0 c697a75ee482 36 minutes ago 12.4GB
173+ nvidia/bobber 6.3 .0 c697a75ee482 36 minutes ago 12.4GB
174174```
175175
176176## Ensure shared filesystem is mounted, if necessary
0 commit comments