Skip to content

Instantly share code, notes, and snippets.

@breuderink
Created January 15, 2020 09:23
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 breuderink/e6ddcd2fcc94851224904f7bb0861dd0 to your computer and use it in GitHub Desktop.
Save breuderink/e6ddcd2fcc94851224904f7bb0861dd0 to your computer and use it in GitHub Desktop.
LiNGAM docker image
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