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

Commit

Permalink
Tensorflow and tensorboard versions update (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-ivanov authored May 23, 2019
1 parent 0d5cc34 commit bc61a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,15 @@ CPU version:
```(bash)
docker pull lukalabs/cakechat:latest && \
docker run --name cakechat-server -p 127.0.0.1:8080:8080 -it lukalabs/cakechat:latest \
bash -c "python bin/cakechat_server.py"
docker run --name cakechat-server -p 127.0.0.1:8080:8080 -it lukalabs/cakechat:latest bash -c "python bin/cakechat_server.py"
```

GPU version:

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

That's it! Now test your CakeChat server by running the following command on your host machine:
Expand Down
4 changes: 2 additions & 2 deletions requirements-local.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow==1.12.0
tensorboard==1.12.0
tensorflow==1.12.2
tensorboard==1.12.2

0 comments on commit bc61a48

Please sign in to comment.