We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53f688 commit 394b19fCopy full SHA for 394b19f
Dockerfile
@@ -2,7 +2,7 @@ ARG PY_VER=3.9
2
ARG IMAGE=jupyter/docker-stacks-foundation
3
FROM ${IMAGE}
4
USER jovyan
5
-RUN conda install -y -n base -c conda-forge python=${PY_VER} graphviz pydot && \
+RUN conda install -y -n base -c conda-forge python=${PY_VER} git graphviz pydot && \
6
conda clean -afy
7
COPY --chown=1000:100 ./pyproject.toml ./README.md ./LICENSE.txt ./datajoint.pub /main/
8
COPY --chown=1000:100 ./datajoint /main/datajoint
0 commit comments