Skip to content

Commit b53f688

Browse files
committed
Install graphviz and pydot via conda in container
1 parent b8efb1d commit b53f688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PY_VER=3.9
22
ARG IMAGE=jupyter/docker-stacks-foundation
33
FROM ${IMAGE}
44
USER jovyan
5-
RUN conda install -y -n base -c conda-forge python=${PY_VER} pydot networkx && \
5+
RUN conda install -y -n base -c conda-forge python=${PY_VER} graphviz pydot && \
66
conda clean -afy
77
COPY --chown=1000:100 ./pyproject.toml ./README.md ./LICENSE.txt ./datajoint.pub /main/
88
COPY --chown=1000:100 ./datajoint /main/datajoint

0 commit comments

Comments
 (0)