Skip to content

Instantly share code, notes, and snippets.

@iyedb
Last active April 28, 2017 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iyedb/f42746ccccd5c59679cd63bf7271d1dc to your computer and use it in GitHub Desktop.
Save iyedb/f42746ccccd5c59679cd63bf7271d1dc to your computer and use it in GitHub Desktop.
A Dockerfile with tensorflow-latest gpu and python3
FROM gcr.io/tensorflow/tensorflow:latest-devel-gpu-py3
RUN pip3 install keras pillow opencv-python h5py \
python-socketio flask eventlet graphviz pydot-ng
@iyedb
Copy link
Author

iyedb commented Apr 28, 2017

Requires nvidia nvdocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment