Skip to content

Commit 028dfa0

Browse files
committed
update: Python 3.10 image for multi-arch environment
1 parent b7715ad commit 028dfa0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python/Dockerfile.3.10-ubuntu20.04

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ RUN apt-get update && \
2525
apt-get clean && \
2626
rm -rf /var/lib/apt/lists/
2727

28+
# BLAS / HDF5 is needed to compile pandas package.
29+
RUN apt-get update && \
30+
apt-get install -y libopenblas-dev pkg-config libhdf5-dev && \
31+
apt-get clean && \
32+
rm -rf /var/lib/apt/lists/
33+
2834
ENV PYTHONUNBUFFERED=1 \
2935
PATH=/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
3036
LANG=C.UTF-8

0 commit comments

Comments
 (0)