We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ea795 commit edcdff5Copy full SHA for edcdff5
Dockerfile
@@ -15,7 +15,7 @@ RUN adduser --disabled-password \
15
16
USER root
17
# install python3 and jupyter
18
-RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common curl
+RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common curl graphviz
19
20
RUN add-apt-repository ppa:deadsnakes/ppa && \
21
apt-get update && apt-get install -y --no-install-recommends \
0 commit comments