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

Commit bc61a48

Browse files
Tensorflow and tensorboard versions update (#58)
1 parent 0d5cc34 commit bc61a48

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,15 @@ CPU version:
8787
```(bash)
8888
docker pull lukalabs/cakechat:latest && \
8989
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"
9291
```
9392

9493
GPU version:
9594

9695
```(bash)
9796
docker pull lukalabs/cakechat-gpu:latest && \
9897
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"
10199
```
102100

103101
That's it! Now test your CakeChat server by running the following command on your host machine:

requirements-local.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
tensorflow==1.12.0
2-
tensorboard==1.12.0
1+
tensorflow==1.12.2
2+
tensorboard==1.12.2

0 commit comments

Comments
 (0)