File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN /opt/conda/bin/wget -q https://neo4j.com/artifact.php?name=neo4j-community-5
5050USER $MAMBA_USER
5151ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)
5252
53- RUN pip install socialgene==1.0 .0
53+ RUN pip install socialgene==1.1 .0
5454
5555ENV PATH="/opt/conda/bin/neo4j/bin:$PATH:/opt/conda/condabin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
5656ENV NEO4J_HOME='/opt/conda/bin/neo4j'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ LABEL MAINTAINER "Chase M. Clark chasingmicrobes@gmail.com"
1919# ################# INSTALLATION ######################
2020ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)
2121
22- RUN /opt/conda/bin/pip install socialgene==1.0 .0
22+ RUN /opt/conda/bin/pip install socialgene==1.1 .0
2323# RUN /opt/conda/bin/pip install git+https://github.com/socialgene/sgpy@63c15e7367c6b31d47802412d03ae47c6f6a0b8b
2424# COPY --chown=mambauser:mambauser . sgpy
2525# RUN cd sgpy && /opt/conda/bin/pip install -e .
You can’t perform that action at this time.
0 commit comments