File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ if you download the docker image from `Docker Hub <https://hub.docker.com/r/blue
57
57
58
58
.. code-block :: bash
59
59
60
- sudo docker run --privileged -it --gpus all --name bluefog_gpu_deploy --shm-size=64g --network=host -v /mnt/share/ssh:/root/.ssh bluefog_gpu:latest
60
+ sudo docker run --privileged -it --gpus all --name bluefog_gpu_deploy --shm-size=64g --network=host -v /mnt/share/ssh:/root/.ssh bluefoglib/bluefog:gpu-0.3.0
61
61
62
62
2. Run docker container with only CPU support:
63
63
64
64
.. code-block :: bash
65
65
66
- sudo docker run --privileged -it --name bluefog_cpu_deploy --network=host -v /mnt/share/ssh:/root/.ssh bluefog_cpu:latest
66
+ sudo docker run --privileged -it --name bluefog_cpu_deploy --network=host -v /mnt/share/ssh:/root/.ssh bluefoglib/bluefog:gpu-0.3.0
67
67
68
68
3. Clean up docker system after running:
69
69
Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ For more details, check :ref:`Docker Usage` page.
86
86
87
87
.. code-block :: bash
88
88
89
- sudo docker pull bluefoglib/bluefog:gpu-0.2.2
89
+ sudo docker pull bluefoglib/bluefog:gpu-0.3.0
90
90
91
91
2. Download docker image with only CPU support:
92
92
93
93
.. code-block :: bash
94
94
95
- sudo docker pull bluefoglib/bluefog:cpu-0.2.2
95
+ sudo docker pull bluefoglib/bluefog:cpu-0.3.0
96
96
97
97
.. _conda : https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
98
98
.. _download link : https://www.open-mpi.org/software/ompi/v4.0/
You can’t perform that action at this time.
0 commit comments