Skip to content

Instantly share code, notes, and snippets.

@skhatri
Created August 1, 2020 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skhatri/1b69340de317866452a97ae43cacd20a to your computer and use it in GitHub Desktop.
Save skhatri/1b69340de317866452a97ae43cacd20a to your computer and use it in GitHub Desktop.
Latest Tensorflow with sklearn
FROM tensorflow/tensorflow:latest-gpu-jupyter
RUN python3 -m pip install --upgrade pip && pip3 install graphviz pandas sklearn && echo '{"NotebookApp": {"nbserver_extensions": {"jupyter_http_over_ws": true},"password": "sha1:92cf1ff5134d:eecd093c46b3b5b98285ab0238ebe929e640b2a8"}}' |tee /root/.jupyter/jupyter_notebook_config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment