Skip to content

Commit

Permalink
Updated readme to keras 2.0; No Dockerfile changes needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
xoryouyou committed Mar 15, 2017
1 parent 6299d0b commit 81a3a84
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# keras-tf-gpu
Docker image for keras using tensorflow-gpu
Docker image for keras using tensorflow-gpu based on ubuntu 16.04

It includes:

* cuda 8.0
* cudnn 5.0
* tensorflow 1.0
* keras
* keras 2.0


## Usage

`nvidia-docker run --rm -ti xoryouyou/keras-tf-gpu bash`

When using tensorboard just put it in the background for example:

`tensorboard --log-dir=/tmp/logs &`
`tensorboard --logdir=/tmp/logs &`

0 comments on commit 81a3a84

Please sign in to comment.