This commit is contained in:
aazhou 2023-06-08 23:27:22 +08:00
parent f010e11206
commit 253d2c95df

View File

@ -1,7 +1,7 @@
FROM python:3.8-slim
ENV PYTHONIOENCODING=utf-8
ENV TIME_ZONE Asia/Shanghai
RUN sudo apt-get update
RUN apt-get -y install gcc build-essential
RUN wget -O inst_conda.sh "https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh" \
&& /bin/bash inst_conda.sh -b \