Sign inSign up

ermaker/keras-jupyter

By ermaker

Updated about 7 years ago

Jupyter with Keras (with Theano backend and TensorFlow backend)

Image
85

50K+

ermaker/keras-jupyter repository overview

dockerfile-keras-jupyter

Dockerized Jupyter with Keras.

Get Started

With port forwarding:

docker run -d -p 8888:8888 ermaker/keras-jupyter

With Tensorflow: (See this for more information)

docker run -d -p 8888:8888 -e KERAS_BACKEND=tensorflow ermaker/keras-jupyter

For persistent storage:

docker run -d -p 8888:8888 -v /notebook:/notebook ermaker/keras-jupyter

Just browse localhost:8888 and write code with Keras!

Tag summary

Content type

Image

Digest

sha256:a282cdc95

Size

1.1 GB

Last updated

about 7 years ago

docker pull ermaker/keras-jupyter