Skip to content

Commit

Permalink
update mira to latest (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Nov 13, 2024
1 parent ec9c11a commit d6ce5c4
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 @@ -29,7 +29,7 @@ RUN pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@adeb6b
# Install MIRA from GitHub
RUN git clone https://github.com/indralab/mira.git /home/jupyter/mira
WORKDIR /home/jupyter/mira
RUN git reset --hard 3043c9a66e46218645c5d9200c1ca7f028da5b5a
RUN git reset --hard 6683922c3c94fdd300eb3b81789328701a0ec876
RUN pip install --no-cache-dir /home/jupyter/mira/"[ode,tests,dkg-client,dkg-construct,sbml,docs]" && \
rm -r /home/jupyter/mira

Expand Down

0 comments on commit d6ce5c4

Please sign in to comment.