📚 The CoCalc Library - books, templates and other resources
cocalc-examples / data-science-ipython-notebooks / deep-learning / tensor-flow-exercises / Dockerfile
132928 viewsLicense: OTHER
FROM b.gcr.io/tensorflow/tensorflow:latest MAINTAINER Vincent Vanhoucke <[email protected]> RUN pip install scikit-learn ADD *.ipynb /notebooks/ WORKDIR /notebooks CMD ["/run_jupyter.sh"]