Skip to content

Commit

Permalink
adding gilda dependency for mira
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Szendrey committed Jun 18, 2024
1 parent 653008a commit 7a0a2b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ 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

#### START Installs for PySB context
# Install project requirements
USER root
Expand Down

0 comments on commit 7a0a2b4

Please sign in to comment.