Skip to content

Commit

Permalink
Finalized the dockerfile and removed output
Browse files Browse the repository at this point in the history
  • Loading branch information
haohangyan committed Jan 24, 2025
1 parent 9e568ae commit 8ee7fab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ RUN git clone https://github.com/sorgerlab/indra.git && \
pip install --upgrade pip && \
# Install cython first for pyjnius
pip install "cython<3.0" "setuptools" "setuptools_scm" "wheel" && \
python -m cython --version && \
pip install -e .[all] && \
pip uninstall -y enum34 && \
# Pre-build the bio ontology
Expand Down

0 comments on commit 8ee7fab

Please sign in to comment.