Skip to content

Commit 5bc6746

Browse files
Hack: explictly in stall graphviz early
1 parent ddfc074 commit 5bc6746

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

binder/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ RUN apt-get install -y git python3 python-is-python3 pip npm gcc
3434
# Some version info
3535
RUN echo "This is ${PROJECT} with $(python --version)" 1>&2
3636

37+
# Install graphviz
38+
# We do this now to get informed about any errors
39+
RUN apt-get install -y graphviz libgraphviz-dev
40+
3741
# Install jupyter
3842
RUN pip install --no-cache --upgrade pip && \
3943
pip install --no-cache notebook jupyterlab

0 commit comments

Comments
 (0)