Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 0522878

Browse files
authored
fix readme (#1281)
1 parent 9b5ffb3 commit 0522878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/README_chatbot.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ docker build -f docker/Dockerfile_chatbot --target cpu --network=host -t chatbot
1717
```
1818
If you need to use proxy, please use the following command
1919
```bash
20-
docker build --build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy} --target cpu -f docker/Dockerfile_chatbot -t chatbot:latest .
20+
docker build --build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy} --build-arg ITREX_VER=main --target cpu -f docker/Dockerfile_chatbot -t chatbot:latest .
2121
```
2222

2323
### Build Docker Image on HPU
2424
```bash
2525
cd itrex
26-
docker build -f docker/Dockerfile_chatbot --target hpu -t chatbot:latest .
26+
docker build -f docker/Dockerfile_chatbot --build-arg ITREX_VER=main --target hpu -t chatbot:latest .
2727
```
2828

2929
### Pull From Docker Hub
@@ -35,7 +35,7 @@ docker pull intel/ai-tools:itrex-chatbot
3535
## Use Docker Image
3636
Utilize the docker container based on docker image.
3737
```bash
38-
docker run -itd --net=host --ipc=host chatbot:latest /bin/bash
38+
docker run -itd --net=host --ipc=host intel/ai-tools:itrex-chatbot /bin/bash
3939
docker exec -it <container_id> /bin/bash
4040
```
4141

0 commit comments

Comments
 (0)