Created
November 21, 2018 18:48
-
-
Save aleksas/6aa29e82ad792a3cce59efe6670e57cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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