From fe013ef33e31d6464fb2b6bd4b8c2cc9ceb2abc2 Mon Sep 17 00:00:00 2001 From: liangadam <45301969+liangadam@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:29:56 +0800 Subject: [PATCH 1/2] Add image link of ROCm version. --- doc/install/easy-install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/install/easy-install.md b/doc/install/easy-install.md index 55720b59e4..e62360b769 100644 --- a/doc/install/easy-install.md +++ b/doc/install/easy-install.md @@ -53,3 +53,8 @@ To pull the GPU version: ```bash docker pull ghcr.io/deepmodeling/deepmd-kit:2.0.0_cuda10.1_gpu ``` + +To pull the ROCm version: +```bash +docker pull deepmodeling/dpmdkit-rocm:dp2.0.4-rocm4.5.2-tf2.6-lmp29Sep2021 +``` From 497e1d8fa3ebfaccbe37195810087e0fab0fcb2a Mon Sep 17 00:00:00 2001 From: liangadam <45301969+liangadam@users.noreply.github.com> Date: Fri, 21 Jan 2022 23:17:51 +0800 Subject: [PATCH 2/2] Update easy-install.md --- doc/install/easy-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/easy-install.md b/doc/install/easy-install.md index e62360b769..b33adf980d 100644 --- a/doc/install/easy-install.md +++ b/doc/install/easy-install.md @@ -56,5 +56,5 @@ docker pull ghcr.io/deepmodeling/deepmd-kit:2.0.0_cuda10.1_gpu To pull the ROCm version: ```bash -docker pull deepmodeling/dpmdkit-rocm:dp2.0.4-rocm4.5.2-tf2.6-lmp29Sep2021 +docker pull deepmodeling/dpmdkit-rocm:dp2.0.3-rocm4.5.2-tf2.6-lmp29Sep2021 ```