apt-get -y install python3-pandas

This commit is contained in:
Roman Davydov
2022-11-17 23:22:31 +03:00
committed by GitHub
parent 708821838b
commit e8e10374d3

View File

@@ -26,6 +26,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
&& if [ "${BUILDX_QEMU_ENV}" = "true" ] && [ "$(getconf LONG_BIT)" = "32" ]; then \
pip install -U cryptography==3.3.2; \
fi \
&& apt-get -y install python3-pandas \
&& sed -i '/pandas/d' requirements.txt \
&& pip install -r requirements.txt \
&& pip cache purge \
&& apt-get remove -y gcc rustc \