From 21e1f3e90417819cf7f17229b4089b465f996677 Mon Sep 17 00:00:00 2001 From: Harry-zklcdc Date: Sun, 9 Feb 2025 20:55:07 +0800 Subject: [PATCH] =?UTF-8?q?[Docs]=20=F0=9F=93=9D=20Adjust=20the=20Docker?= =?UTF-8?q?=20Images=20Order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controler/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controler/README.md b/controler/README.md index 717b0de..afe060d 100644 --- a/controler/README.md +++ b/controler/README.md @@ -194,12 +194,12 @@ docker compose up -d docker pull ubuntu:22.04 # 这个必须拉取,否则数据盘扩容/缩容功能无法使用 # 下面的是打包好的镜像,可以直接使用 -docker pull xshengtech/megrez:pytorch-2.3.1_cuda-12.1_python-3.11_ubuntu-22.04 -docker pull xshengtech/megrez:pytorch-2.4.0_cuda-12.1_python-3.12_ubuntu-22.04 docker pull xshengtech/megrez:pytorch-1.8.1_cuda-11.1_python-3.8_ubuntu-20.04 docker pull xshengtech/megrez:pytorch-1.10.2_cuda-11.1_python-3.9_ubuntu-20.04 +docker pull xshengtech/megrez:pytorch-1.13.1_cuda-11.7_python-3.10_ubuntu-22.04 docker pull xshengtech/megrez:pytorch-2.0.1_cuda-11.8_python-3.10_ubuntu-22.04 docker pull xshengtech/megrez:pytorch-2.1.2_cuda-12.1_python-3.10_ubuntu-22.04 -docker pull xshengtech/megrez:pytorch-1.13.1_cuda-11.7_python-3.10_ubuntu-22.04 +docker pull xshengtech/megrez:pytorch-2.3.1_cuda-12.1_python-3.11_ubuntu-22.04 +docker pull xshengtech/megrez:pytorch-2.4.0_cuda-12.1_python-3.12_ubuntu-22.04 docker pull xshengtech/megrez:ubuntu-22.04 ``` \ No newline at end of file