apt-get -y install python-pandas

This commit is contained in:
Roman Davydov
2022-11-17 16:02:32 +03:00
committed by GitHub
parent d8603cb5ee
commit ed5db189f4

View File

@@ -29,7 +29,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
pip install -U cryptography==3.3.2; \
fi \
&& if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
apt-get -y install python3-pandas; \
apt-get -y install python-pandas; \
sed -i '/pandas/d' requirements.txt; \
fi \
&& pip install -r requirements.txt \