Skip to content

Commit

Permalink
mira extra install for structured model comparison (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Aug 12, 2024
1 parent ae7c5ea commit 5e8da7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.light
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@adeb6b
RUN git clone https://github.com/indralab/mira.git /home/jupyter/mira
WORKDIR /home/jupyter/mira
RUN git reset --hard 3043c9a66e46218645c5d9200c1ca7f028da5b5a
RUN pip install --no-cache-dir /home/jupyter/mira/"[ode,tests,dkg-client,sbml]" && \
RUN pip install --no-cache-dir /home/jupyter/mira/"[ode,tests,dkg-client,dkg-construct,sbml,docs]" && \
rm -r /home/jupyter/mira

# Install Gilda - Mira Dependency
Expand Down

0 comments on commit 5e8da7a

Please sign in to comment.