Skip to content

Commit

Permalink
Merge pull request #235 from indralab/extras
Browse files Browse the repository at this point in the history
Install extras_require in docker
  • Loading branch information
bgyori committed Jun 25, 2021
2 parents 566f6f8 + a941e7a commit e8ae906
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 @@ -36,7 +36,7 @@ RUN git clone https://github.com/ml4ai/automates.git && \
cd ..

# Clone and install EMMAA
RUN pip install git+https://github.com/indralab/indra_db.git[misc] && \
RUN pip install git+https://github.com/indralab/indra_db.git#egg=indra_db[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 e8ae906

Please sign in to comment.