From 253d2c95df2332249f4a611bf5e5609e858aebc0 Mon Sep 17 00:00:00 2001 From: aazhou Date: Thu, 8 Jun 2023 23:27:22 +0800 Subject: [PATCH] 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8621d38..38eb2a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \