yjijn commited on
Commit
d10b8eb
·
1 Parent(s): 24ad065

update DataClaw v0.1.0 image link

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. README.zh-CN.md +3 -3
README.md CHANGED
@@ -88,13 +88,13 @@ Host (dataclaw/eval/run_batch.py)
88
 
89
  ### 1. Obtain the Pre-built Image
90
 
91
- Download the pre-built image archive from Releases and load it:
92
 
93
  ```bash
94
- docker load -i <dataclaw-image-archive>.tar
95
  ```
96
 
97
- After loading, confirm the local image tag matches `DOCKER_IMAGE` in `.env`.
98
 
99
  ### 2. Clone This Repository
100
 
 
88
 
89
  ### 1. Obtain the Pre-built Image
90
 
91
+ Download the pre-built image tarball from **[DataClaw v0.1.0](https://github.com/GTML-LAB-sysu/DataClaw/releases/tag/dataclaw-v0.1.0)** (asset `dataclaw_ubuntu_v0.1.0.tar`), then load it:
92
 
93
  ```bash
94
+ docker load -i dataclaw_ubuntu_v0.1.0.tar
95
  ```
96
 
97
+ After loading, confirm the local image tag is `dataclaw:0.1.0` and matches `DOCKER_IMAGE` in `.env`.
98
 
99
  ### 2. Clone This Repository
100
 
README.zh-CN.md CHANGED
@@ -80,13 +80,13 @@ DataClaw大规模地模拟了高噪声、弱语义、跨领域的真实世界数
80
 
81
  ### 1. 获取预构建镜像
82
 
83
- Releases 下载预构建镜像压缩包并加载:
84
 
85
  ```bash
86
- docker load -i <dataclaw-image-archive>.tar
87
  ```
88
 
89
- 加载后,请确认本地镜像 tag 与 `.env` 中的 `DOCKER_IMAGE` 一致。
90
 
91
  ### 2. 克隆本仓库
92
 
 
80
 
81
  ### 1. 获取预构建镜像
82
 
83
+ **[DataClaw v0.1.0](https://github.com/GTML-LAB-sysu/DataClaw/releases/tag/dataclaw-v0.1.0)** 发布页下载资源文件 `dataclaw_ubuntu_v0.1.0.tar`,然后加载镜像
84
 
85
  ```bash
86
+ docker load -i dataclaw_ubuntu_v0.1.0.tar
87
  ```
88
 
89
+ 加载后,请确认本地镜像 tag 为 `dataclaw:0.1.0`,并与 `.env` 中的 `DOCKER_IMAGE` 一致。
90
 
91
  ### 2. 克隆本仓库
92