Skip to content

Commit 19ed612

Browse files
committed
tweaked
1 parent d224324 commit 19ed612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/0.2.15_cpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
1313
RUN pip3 --no-cache-dir install setuptools wheel "cython>=0.29.25,<3.0.0" "numpy>=1.20.1" matplotlib pygraphviz && \
1414
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
15+
pip3 --no-cache-dir install "git+https://github.com/fracpete/python-weka-wrapper3.git@v0.2.15"
1616

1717
COPY bash.bashrc /etc/bash.bashrc
1818

0 commit comments

Comments
 (0)