Switch to Nanosim-compatible scikit-learn version

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-11-17 09:01:33 -06:00
parent b00fe59fa4
commit a5b388b045
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -40,8 +40,7 @@ RUN \
py3-threadpoolctl \
py3-numpy \
py3-numpy-dev \
py3-scipy \
py3-scikit-learn && \
py3-scipy && \
\
# Install build dependencies
apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
@ -114,6 +113,7 @@ RUN \
cd && \
\
# Download and install Python packages from pip
pip3 install -v --no-cache-dir scikit-learn==0.21.3 && \
pip3 install -v --no-cache-dir pysam==0.17 && \
pip3 install -v --no-cache-dir HTSeq==0.11.2 && \
pip3 install -v --no-cache-dir pybedtools==0.8.2 && \