We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab1649 commit 5eed01cCopy full SHA for 5eed01c
Dockerfile
@@ -9,10 +9,12 @@ 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