Skip to content

Instantly share code, notes, and snippets.

@deeperunderstanding
Last active June 19, 2019 12:55
Show Gist options
  • Save deeperunderstanding/4baaec987a829bdb17ab09d114c4b5dd to your computer and use it in GitHub Desktop.
Save deeperunderstanding/4baaec987a829bdb17ab09d114c4b5dd to your computer and use it in GitHub Desktop.
Jupyter Notebook Dockerfile
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