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