Skip to content

Commit 5eed01c

Browse files
committed
Added Cython as build dependency due to the bug introduced in pandas-dev/pandas#14204
1 parent eab1649 commit 5eed01c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ RUN apk add --no-cache libstdc++ && \
99
g++ gfortran musl-dev \
1010
python3-dev && \
1111
ln -s locale.h /usr/include/xlocale.h && \
12+
pip install cython && \
1213
pip install numpy && \
1314
pip install pandas && \
1415
pip install scipy && \
1516
pip install scikit-learn && \
17+
pip uninstall --yes cython && \
1618
rm /usr/include/xlocale.h && \
1719
rm -r /root/.cache && \
1820
apk del .build-dependencies

0 commit comments

Comments
 (0)