mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-24 02:19:55 +00:00
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:
parent
b00fe59fa4
commit
a5b388b045
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,7 @@ RUN \
|
||||||
py3-threadpoolctl \
|
py3-threadpoolctl \
|
||||||
py3-numpy \
|
py3-numpy \
|
||||||
py3-numpy-dev \
|
py3-numpy-dev \
|
||||||
py3-scipy \
|
py3-scipy && \
|
||||||
py3-scikit-learn && \
|
|
||||||
\
|
\
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
|
apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
|
||||||
|
@ -114,6 +113,7 @@ RUN \
|
||||||
cd && \
|
cd && \
|
||||||
\
|
\
|
||||||
# Download and install Python packages from pip
|
# 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 pysam==0.17 && \
|
||||||
pip3 install -v --no-cache-dir HTSeq==0.11.2 && \
|
pip3 install -v --no-cache-dir HTSeq==0.11.2 && \
|
||||||
pip3 install -v --no-cache-dir pybedtools==0.8.2 && \
|
pip3 install -v --no-cache-dir pybedtools==0.8.2 && \
|
||||||
|
|
Loading…
Reference in a new issue