Created
January 15, 2020 09:23
-
-
Save breuderink/e6ddcd2fcc94851224904f7bb0861dd0 to your computer and use it in GitHub Desktop.
LiNGAM docker image
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/datascience-notebook | |
USER root | |
RUN apt-get update && apt-get install -yq graphviz | |
USER $NB_USER | |
RUN pip install lingam graphviz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment