data-science-ipython-notebooks/deep-learning/tensor-flow-exercises/Dockerfile

7 lines
191 B
Docker

FROM b.gcr.io/tensorflow/tensorflow:latest
MAINTAINER Vincent Vanhoucke <vanhoucke@google.com>
RUN pip install scikit-learn
ADD *.ipynb /notebooks/
WORKDIR /notebooks
CMD ["/run_jupyter.sh"]