aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity/Dockerfile
blob: 59ae4abca82c9abd444856c08753d02244d18179 (plain)
1
2
3
4
5
6
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"]