Skip to content

Commit faa9b9c

Browse files
authored
Merge pull request #641 from prbasyal-amd/711-docker-framework-update
711 Docker framework update [Develop]
2 parents ec3904f + 7b08c97 commit faa9b9c

File tree

9 files changed

+121
-125
lines changed

9 files changed

+121
-125
lines changed

docs/install/3rd-party/dgl-install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To install DGL on ROCm, you have the following options:
2828
- :ref:`Build your own docker image <build-dgl-rocm-docker-image>`
2929
- :ref:`Use a wheels package <dgl-wheels-package>`
3030

31-
.. _using-docker-with-dgl-pre-installed:
31+
.. _using-pre-docker-with-dgl-pre-installed:
3232

3333
Use a prebuilt Docker image with DGL pre-installed
3434
--------------------------------------------------------------------------------

docs/install/3rd-party/jax-install.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Docker image support
7474

7575
AMD validates and publishes ready-made JAX images with ROCm backends on Docker
7676
Hub. The following Docker image tags and associated inventories are validated
77-
for ROCm 7.0.0.
77+
for ROCm 7.1.1.
7878
For ``jax-community`` images, see `rocm/jax-community <https://hub.docker.com/r/rocm/jax-community/tags>`__ on Docker Hub.
7979

8080
.. tab-set::
@@ -90,25 +90,25 @@ For ``jax-community`` images, see `rocm/jax-community <https://hub.docker.com/r/
9090

9191
.. code-block:: shell
9292
93-
docker pull rocm/jax:rocm7.1-jax0.7.1-py3.12
93+
docker pull rocm/jax:rocm7.1.1-jax0.7.1-py3.12
9494
9595
See
96-
``rocm/jax:rocm7.1-jax0.7.1-py3.12``
96+
``rocm/jax:rocm7.1.1-jax0.7.1-py3.12``
9797
on `Docker Hub
98-
<https://hub.docker.com/layers/rocm/jax/rocm7.1-jax0.7.1-py3.12/images/sha256-bc661fee582c591c4a9355e249afb912e8fd7dfe39f1fc02008821b1dc739bdf>`__.
98+
<https://hub.docker.com/layers/rocm/jax/rocm7.1.1-jax0.7.1-py3.12/images/sha256-1471f6853cde749d3bf06d35d94d7ca63d1fac5dbba9e6c884bb3cf6bb6f9ffa>`__.
9999

100100
.. tab-item:: Python 3.11
101101

102102
.. rubric:: Docker pull tag
103103

104104
.. code-block:: shell
105105
106-
docker pull rocm/jax:rocm7.1-jax0.7.1-py3.11
106+
docker pull rocm/jax:rocm7.1.1-jax0.7.1-py3.11
107107
108108
See
109-
``rocm/jax:rocm7.1-jax0.7.1-py3.11``
109+
``rocm/jax:rocm7.1.1-jax0.7.1-py3.11``
110110
on `Docker Hub
111-
<https://hub.docker.com/layers/rocm/jax/rocm7.1-jax0.7.1-py3.11/images/sha256-7e923ebfc117b2028c63991bfa1fbe274150ea94513c9530ece783f1a2f8a65e>`__.
111+
<https://hub.docker.com/layers/rocm/jax/rocm7.1.1-jax0.7.1-py3.11/images/sha256-2359c120432df16e57468c52e6d164cc0db007cf385b97e48f2e244532176548>`__.
112112

113113
.. _build-jax-rocm-docker-image:
114114

docs/install/3rd-party/previous-versions/dgl-install-v25.7.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Install DGL
2727

2828
To install DGL on ROCm, you have the following options:
2929

30-
- :ref:`Use the prebuilt Docker image <using-docker-with-dgl-pre-installed>` **(recommended)**
31-
- :ref:`Build your own docker image <build-dgl-rocm-docker-image>`
30+
- :ref:`Use the prebuilt Docker image <using-docker-with-dgl-pre-installed-v25-7>` **(recommended)**
31+
- :ref:`Build your own docker image <build-dgl-rocm-docker-image-v25-7>`
3232

33-
.. _using-docker-with-dgl-pre-installed:
33+
.. _using-docker-with-dgl-pre-installed-v25-7:
3434

3535
Use a prebuilt Docker image with DGL pre-installed
3636
--------------------------------------------------------------------------------
@@ -65,7 +65,7 @@ The tested, prebuilt image includes DGL, PyTorch, ROCm, and other dependencies.
6565
the ``-v`` argument to mount any data directories from the host onto the container.
6666

6767

68-
.. _dgl-docker-support:
68+
.. _dgl-docker-support-v25-7:
6969

7070
Docker image support
7171
--------------------------------------------------------------------------------
@@ -128,7 +128,7 @@ validated for ROCm 6.4.0.
128128
* `Python 3.10.16 <https://www.python.org/downloads/release/python-31016/>`__
129129
* `PyTorch 2.3.0 <https://github.com/pytorch/pytorch/releases/tag/v2.3.0>`__
130130

131-
.. _build-dgl-rocm-docker-image:
131+
.. _build-dgl-rocm-docker-image-v25-7:
132132

133133
Build your own Docker image
134134
--------------------------------------------------------------------------------
@@ -211,7 +211,7 @@ Build your own Docker image
211211
Test the DGL installation
212212
================================================================================
213213

214-
To verify that DGL has been successfully installed, run the Docker container as described in the :ref:`installing DGL section <using-docker-with-dgl-pre-installed>`.
214+
To verify that DGL has been successfully installed, run the Docker container as described in the :ref:`installing DGL section <using-docker-with-dgl-pre-installed-v25-7>`.
215215
Once inside the container, ensure you have access to the Bash shell.
216216

217217
To check for a shared library:

docs/install/3rd-party/previous-versions/llama-cpp-install-v25.8.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Install llama.cpp
2828

2929
To install llama.cpp for ROCm, you have the following options:
3030

31-
* :ref:`using-docker-with-llama-cpp-pre-installed` **(recommended)**
32-
* :ref:`build-llama-cpp-docker-image`
31+
* :ref:`using-docker-with-llama-cpp-pre-installed-v25-8` **(recommended)**
32+
* :ref:`build-llama-cpp-docker-image-v25-8`
3333

34-
.. _using-docker-with-llama-cpp-pre-installed:
34+
.. _using-docker-with-llama-cpp-pre-installed-v25-8:
3535

3636
Use a prebuilt Docker image with llama.cpp pre-installed
3737
--------------------------------------------------------------------------------------
@@ -117,7 +117,7 @@ and other dependencies.
117117
This will automatically download the image if it does not exist on the host. You can
118118
also pass the ``-v`` argument to mount any data directories from the host onto the container.
119119

120-
.. _llama-cpp-docker-support:
120+
.. _llama-cpp-docker-support-v25-8:
121121

122122
Docker image support
123123
--------------------------------------------------------------------------------------
@@ -165,7 +165,7 @@ validated for `ROCm 6.4.0 <https://repo.radeon.com/rocm/apt/6.4/>`_.
165165
* `ROCm 6.4.0 <https://repo.radeon.com/rocm/apt/6.4/>`_
166166

167167

168-
.. _build-llama-cpp-docker-image:
168+
.. _build-llama-cpp-docker-image-v25-8:
169169

170170
Build your own Docker image
171171
--------------------------------------------------------------------------------------
@@ -246,7 +246,7 @@ prebuilt Docker image from AMD ROCm Docker Hub.
246246

247247
To run unit tests manually and validate your installation fully, follow these steps:
248248

249-
1. To verify that llama.cpp has been successfully installed, run the Docker container as described in :ref:`build-llama-cpp-docker-image`.
249+
1. To verify that llama.cpp has been successfully installed, run the Docker container as described in :ref:`build-llama-cpp-docker-image-v25-8`.
250250

251251
2. Once inside the container, ensure you have access to the Bash shell.
252252

docs/install/3rd-party/previous-versions/llama-cpp-install-v25.9.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Install llama.cpp
2929

3030
To install llama.cpp for ROCm, you have the following options:
3131

32-
* :ref:`using-docker-with-llama-cpp-pre-installed` **(recommended)**
33-
* :ref:`build-llama-cpp-docker-image`
32+
* :ref:`using-docker-with-llama-cpp-pre-installed-v25-9` **(recommended)**
33+
* :ref:`build-llama-cpp-docker-image-v25-9`
3434

35-
.. _using-docker-with-llama-cpp-pre-installed:
35+
.. _using-docker-with-llama-cpp-pre-installed-v25-9:
3636

3737
Use a prebuilt Docker image with llama.cpp pre-installed
3838
--------------------------------------------------------------------------------------
@@ -121,7 +121,7 @@ and other dependencies.
121121
This will automatically download the image if it does not exist on the host. You can
122122
also pass the ``-v`` argument to mount any data directories from the host onto the container.
123123

124-
.. _llama-cpp-docker-support:
124+
.. _llama-cpp-docker-support-v25-9:
125125

126126
Docker image support
127127
--------------------------------------------------------------------------------------
@@ -374,7 +374,7 @@ validated for their respective ROCm version below.
374374
* `ROCm 6.4.1 <https://repo.radeon.com/rocm/apt/6.4.1/>`__
375375

376376

377-
.. _build-llama-cpp-docker-image:
377+
.. _build-llama-cpp-docker-image-v25-9:
378378

379379
Build your own Docker image
380380
--------------------------------------------------------------------------------------
@@ -478,7 +478,7 @@ prebuilt Docker image from AMD ROCm Docker Hub.
478478

479479
To run unit tests manually and validate your installation fully, follow these steps:
480480

481-
1. To verify that llama.cpp has been successfully installed, run the Docker container as described in :ref:`build-llama-cpp-docker-image`.
481+
1. To verify that llama.cpp has been successfully installed, run the Docker container as described in :ref:`build-llama-cpp-docker-image-v25-9`.
482482

483483
2. Once inside the container, ensure you have access to the Bash shell.
484484

0 commit comments

Comments
 (0)