Skip to content

Commit 384e9b9

Browse files
haohangyanbgyori
authored andcommitted
Finalized the dockerfile and removed output
1 parent d2c2424 commit 384e9b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ RUN git clone https://github.com/sorgerlab/indra.git && \
4545
pip install --upgrade pip && \
4646
# Install cython first for pyjnius
4747
pip install "cython<3.0" "setuptools" "setuptools_scm" "wheel" && \
48-
python -m cython --version && \
4948
pip install -e .[all] && \
5049
pip uninstall -y enum34 && \
5150
# Pre-build the bio ontology

0 commit comments

Comments
 (0)