Skip to content

Commit

Permalink
Merge pull request #194 from DARPA-ASKEM/mira-boost
Browse files Browse the repository at this point in the history
Update MIRA version
  • Loading branch information
dgauldie authored Feb 5, 2025
2 parents 5193302 + ca9ea59 commit e94a436
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 @@ -33,7 +33,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/gyorilab/mira.git /home/jupyter/mira
WORKDIR /home/jupyter/mira
RUN git reset --hard d2ff11cbabb509134198564d911adb4d54cec68f
RUN git reset --hard 189a8f4847e0949f8dcb5ab47d29770732e1a363

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 e94a436

Please sign in to comment.