We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c2424 commit 384e9b9Copy full SHA for 384e9b9
docker/Dockerfile
@@ -45,7 +45,6 @@ RUN git clone https://github.com/sorgerlab/indra.git && \
45
pip install --upgrade pip && \
46
# Install cython first for pyjnius
47
pip install "cython<3.0" "setuptools" "setuptools_scm" "wheel" && \
48
- python -m cython --version && \
49
pip install -e .[all] && \
50
pip uninstall -y enum34 && \
51
# Pre-build the bio ontology
0 commit comments