apt & pip install pandas --no-build-isolation

This commit is contained in:
Roman Davydov
2022-11-16 22:27:15 +03:00
committed by GitHub
parent 3fb77d8bbe
commit cf6760a4d4

View File

@@ -30,6 +30,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
fi \
&& if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
apt-get -y install python3-pandas; \
pip install pandas --no-build-isolation; \
fi \
&& pip install -r requirements.txt \
&& pip cache purge \