Created
August 1, 2020 10:44
-
-
Save skhatri/1b69340de317866452a97ae43cacd20a to your computer and use it in GitHub Desktop.
Latest Tensorflow with sklearn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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