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 5eed01c commit 5327d3cCopy full SHA for 5327d3c
Dockerfile
@@ -9,12 +9,10 @@ RUN apk add --no-cache libstdc++ && \
9
g++ gfortran musl-dev \
10
python3-dev && \
11
ln -s locale.h /usr/include/xlocale.h && \
12
- pip install cython && \
13
pip install numpy && \
14
pip install pandas && \
15
pip install scipy && \
16
pip install scikit-learn && \
17
- pip uninstall --yes cython && \
18
rm /usr/include/xlocale.h && \
19
rm -r /root/.cache && \
20
apk del .build-dependencies
0 commit comments