Last active
June 19, 2019 12:55
-
-
Save deeperunderstanding/4baaec987a829bdb17ab09d114c4b5dd to your computer and use it in GitHub Desktop.
Jupyter Notebook Dockerfile
This file contains hidden or 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 jupyter/scipy-notebook | |
RUN conda install --quiet --yes \ | |
'mlflow=1.0.0' \ | |
'psycopg2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment