Skip to content
Snippets Groups Projects
Commit 5ff6469f authored by Tsung-Hao Huang's avatar Tsung-Hao Huang
Browse files

add graphviz im docker image

parent 6b9d288b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,11 @@
ARG BASE_IMAGE=registry.git.rwth-aachen.de/jupyter/profiles/rwth-courses:latest
FROM ${BASE_IMAGE}
# Install graphviz
USER root
RUN apt-get update && apt-get install -y graphviz git
USER jovyan
# Install packages via requirements.txt
ADD requirements.txt .
RUN pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment