diff --git a/Dockerfile b/Dockerfile index c2f86a2..5195445 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin: # Installing necessary packages # Installing basicpy and other pip packages -RUN pip --no-cache-dir install basicpy==1.2.0 bioformats_jar +RUN pip --no-cache-dir install basicpy==1.2.0 bioformats_jar 'scikit-image>=0.21.0' # Pre-fetch bioformats jars to a world-readable location. # Force TLS 1.2 to work around a Java bug in the JDK version in this container.