alias python=python3.7
This commit is contained in:
@@ -31,6 +31,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
|
||||
&& if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
|
||||
apt-get -y install python3-pandas; \
|
||||
sed -i '/pandas/d' requirements.txt; \
|
||||
alias python=python3.7; \
|
||||
fi \
|
||||
&& pip install -r requirements.txt \
|
||||
&& pip cache purge \
|
||||
|
||||
Reference in New Issue
Block a user