Skip to content

Commit 64f8e01

Browse files
authored
Docs: Fix formatting for Docker guide (#1882)
* Docs: Fix formatting for Docker guide * Incorporate feedback
1 parent dfad51e commit 64f8e01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/install/docker-install.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ To build the Docker image and run the container, follow these steps.
3636
3737
docker run --rm --device=/dev/kfd --device=/dev/dri --group-add video --ipc=host --network=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it rccl-tests /bin/bash
3838
39-
To run, for example, the ``all_reduce_perf`` test from rccl-tests on 8 AMD GPUs from inside the Docker container, use this command:
39+
To run, for example, the ``all_reduce_perf`` test from rccl-tests on 8 AMD GPUs from inside the Docker container, use this command
40+
for ROCm 6.4.1 or earlier:
4041

41-
If using ROCm 6.3.x or earlier
4242
.. code-block:: shell
4343
4444
mpirun --allow-run-as-root -np 8 --mca pml ucx --mca btl ^openib -x NCCL_DEBUG=VERSION -x HSA_NO_SCRATCH_RECLAIM=1 /workspace/rccl-tests/build/all_reduce_perf -b 1 -e 16G -f 2 -g 1
4545
46-
If using ROCm 6.4.0 or later
46+
For ROCm 6.4.2 or later, use this command:
47+
4748
.. code-block:: shell
4849
4950
mpirun --allow-run-as-root -np 8 --mca pml ucx --mca btl ^openib -x NCCL_DEBUG=VERSION /workspace/rccl-tests/build/all_reduce_perf -b 1 -e 16G -f 2 -g 1

0 commit comments

Comments
 (0)