Skip to content

Commit

Permalink
Add misc dependencies for the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jun 7, 2021
1 parent ed5e4de commit 8243b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git clone https://github.com/pagreene/pgcopy.git && \
RUN git clone https://github.com/indralab/covid-19.git

# Clone and install EMMAA
RUN pip install git+https://github.com/indralab/indra_db.git && \
RUN pip install git+https://github.com/indralab/indra_db.git[misc] && \
pip install git+https://github.com/sorgerlab/bioagents.git && \
git clone https://github.com/indralab/indra_world.git && \
pip install -U gilda && \
Expand Down

0 comments on commit 8243b60

Please sign in to comment.