We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d224324 commit 19ed612Copy full SHA for 19ed612
docker/0.2.15_cpu/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && \
12
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
13
RUN pip3 --no-cache-dir install setuptools wheel "cython>=0.29.25,<3.0.0" "numpy>=1.20.1" matplotlib pygraphviz && \
14
pip3 --no-cache-dir install "git+https://github.com/CellProfiler/python-javabridge.git" && \
15
- pip3 --no-cache-dir install python-weka-wrapper3==0.2.15
+ pip3 --no-cache-dir install "git+https://github.com/fracpete/python-weka-wrapper3.git@v0.2.15"
16
17
COPY bash.bashrc /etc/bash.bashrc
18
0 commit comments