From 6238482cf2e83b467fe8bdeb43ede1897a9861d0 Mon Sep 17 00:00:00 2001 From: liangadam <45301969+liangadam@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:06:12 +0800 Subject: [PATCH] Add image link of ROCm version. (#1432) * Add image link of ROCm version. * Update easy-install.md Co-authored-by: Han Wang --- 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..b33adf980d 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.3-rocm4.5.2-tf2.6-lmp29Sep2021 +```