Skip to content

Commit

Permalink
Install git in conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 18, 2024
1 parent b53f688 commit 394b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG PY_VER=3.9
ARG IMAGE=jupyter/docker-stacks-foundation
FROM ${IMAGE}
USER jovyan
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 && \
conda clean -afy
COPY --chown=1000:100 ./pyproject.toml ./README.md ./LICENSE.txt ./datajoint.pub /main/
COPY --chown=1000:100 ./datajoint /main/datajoint
Expand Down

0 comments on commit 394b19f

Please sign in to comment.