Skip to content

Commit

Permalink
fix mira install
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang committed Aug 8, 2024
1 parent 03f8abd commit 8c9e329
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile.light
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ USER jupyter
RUN pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@9aa5d8849c630e8d2b208d25464d7b006fcd4d60 --use-pep517

# 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
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]" && \
rm -r /home/jupyter/mira

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

0 comments on commit 8c9e329

Please sign in to comment.