Skip to content

For docker container containing gpu deep learning environment(keras on tensorflow).

License

Notifications You must be signed in to change notification settings

tommylife88/nvdocker-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvdocker-keras

Requirements

Running the container

Using Makefile to simplify docker commands within make commands.

build image

$ make build

start container

$ make start

attach container

$ make attach

stop container

$ make stop

clean container and images

$ make clean

Keras example

$ make build
$ make start
$ make attach
$ git clone https://github.com/fchollet/keras.git
$ cd keras/examples
$ python mnist_cnn.py

Releases

No releases published

Packages

No packages published