Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang3 committed Aug 29, 2023
1 parent 84958b7 commit dfc3a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thinker/docs/tutorial/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ $ sudo systemctl start docker # systemctl 命令的用法
3、拉取镜像并加载
1)、拉取镜像
```shell
docker pull listenai/thinker:2.1.0
docker pull listenai/thinker:2.1.1 # 可在hub.docker.com查看最新版本
```

2)、运行容器
```shell
docker container run -it listenai/thinker:2.1.0 /bin/bash
docker container run -it listenai/thinker:2.1.1 /bin/bash
```

如果一切正常,运行上面的命令以后,就会返回一个命令行提示符。
Expand Down

0 comments on commit dfc3a0f

Please sign in to comment.