This commit is contained in:
aazhou 2023-06-08 23:24:36 +08:00
parent 196c2cde15
commit f010e11206

View File

@ -2,7 +2,7 @@ FROM python:3.8-slim
ENV PYTHONIOENCODING=utf-8
ENV TIME_ZONE Asia/Shanghai
RUN sudo apt-get -y install gcc build-essential
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 \
&& rm inst_conda.sh \