jupyter / tmpnb

Creates temporary Jupyter Notebook servers using Docker containers. [DEPRECATED - See BinderHub project]
https://github.com/jupyterhub/binderhub
BSD 3-Clause "New" or "Revised" License
528 stars 123 forks source link

Add Tensorflow #252

Open ghost opened 7 years ago

ghost commented 7 years ago

Would it be possible to include Tensorflow. There are not many places to play around with some dummy code for us windows users.

gijzelaerr commented 7 years ago

you could use tmpnb to launch a custom docker container that contains tensorflow.

parente commented 7 years ago

There's https://github.com/jupyter/docker-stacks/tree/master/tensorflow-notebook over in docker-stacks that you could use. No GPU support though.

If you really want it on the tmpnb.org site, you could send a PR against https://github.com/jupyter/docker-demo-images/blob/master/Dockerfile which is the dockerfile that defines that runs on the public site.

daeilkim commented 7 years ago

How might this look like in the yaml file for docker compose if we choose that route?