This repository was archived by the owner on May 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -87,17 +87,15 @@ CPU version:
87
87
``` (bash)
88
88
docker pull lukalabs/cakechat:latest && \
89
89
90
- docker run --name cakechat-server -p 127.0.0.1:8080:8080 -it lukalabs/cakechat:latest \
91
- bash -c "python bin/cakechat_server.py"
90
+ docker run --name cakechat-server -p 127.0.0.1:8080:8080 -it lukalabs/cakechat:latest bash -c "python bin/cakechat_server.py"
92
91
```
93
92
94
93
GPU version:
95
94
96
95
``` (bash)
97
96
docker pull lukalabs/cakechat-gpu:latest && \
98
97
99
- nvidia-docker run --name cakechat-gpu-server -p 127.0.0.1:8080:8080 -it lukalabs/cakechat-gpu:latest \
100
- bash -c "CUDA_VISIBLE_DEVICES=0 python bin/cakechat_server.py"
98
+ nvidia-docker run --name cakechat-gpu-server -p 127.0.0.1:8080:8080 -it lukalabs/cakechat-gpu:latest bash -c "CUDA_VISIBLE_DEVICES=0 python bin/cakechat_server.py"
101
99
```
102
100
103
101
That's it! Now test your CakeChat server by running the following command on your host machine:
Original file line number Diff line number Diff line change 1
- tensorflow==1.12.0
2
- tensorboard==1.12.0
1
+ tensorflow==1.12.2
2
+ tensorboard==1.12.2
You can’t perform that action at this time.
0 commit comments