Skip to content

Commit

Permalink
lock mira version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang committed Aug 8, 2024
1 parent aa3188d commit 03f8abd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Dockerfile.light
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ USER jupyter
# Install PyCIEMSS from GitHub
RUN pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@9aa5d8849c630e8d2b208d25464d7b006fcd4d60 --use-pep517

RUN git clone https://github.com/indralab/mira.git /home/jupyter/mira && \
pip install --no-cache-dir /home/jupyter/mira/"[ode,tests,dkg-client,sbml]" && \
rm -r /home/jupyter/mira
# Install MIRA from GitHub
RUN pip install --no-cache-dir git+https://github.com/gyorilab/mira.git@3043c9a66e46218645c5d9200c1ca7f028da5b5a[ode,tests,dkg-client,dbml]

# RUN git clone https://github.com/indralab/mira.git /home/jupyter/mira && \
# pip install --no-cache-dir /home/jupyter/mira/"[ode,tests,dkg-client,sbml]" && \
# rm -r /home/jupyter/mira

# Install Gilda - Mira Dependency
RUN pip install gilda==1.2.1
Expand Down

0 comments on commit 03f8abd

Please sign in to comment.