Skip to content

Instantly share code, notes, and snippets.

@aleksas
Created November 21, 2018 18:48
Show Gist options
  • Save aleksas/6aa29e82ad792a3cce59efe6670e57cb to your computer and use it in GitHub Desktop.
Save aleksas/6aa29e82ad792a3cce59efe6670e57cb to your computer and use it in GitHub Desktop.
FROM tensorflow/tensorflow:1.12.0-devel-gpu-py3
RUN apt-get update /
&& apt-get install git -y
# TensorBoard
EXPOSE 6006
# IPython
EXPOSE 8888
WORKDIR "~"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment