Skip to content

Commit 72f68aa

Browse files
authored
Update README.md
1 parent c7da643 commit 72f68aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,21 @@ git clone https://github.com/zjunlp/OneKE.git
108108
```
109109
2. Pull the docker image from the mirror repository.
110110
```bash
111-
docker pull zjunlp/oneke:v2
111+
docker pull zjunlp/oneke:v4
112112
# If you encounter network issues, consider setting up domestic registry mirrors for docker.
113113
```
114114
3. Launch a container from the image.
115115
```bash
116116
docker run --gpus all \
117117
-v ./OneKE:/app/OneKE \
118-
-it oneke:v2 /bin/bash
118+
-it oneke:v4 /bin/bash
119119
```
120120
If using locally deployed models, ensure the local model path is mapped to the container:
121121
```bash
122122
docker run --gpus all \
123123
-v ./OneKE:/app/OneKE \
124124
-v your_local_model_path:/app/model/your_model_name \
125-
-it oneke:v2 /bin/bash
125+
-it oneke:v4 /bin/bash
126126
```
127127
Map any **necessary local files** to the container paths as shown above, and use **container paths** in your code and execution.
128128

0 commit comments

Comments
 (0)