Spaces:
Runtime error
Runtime error
ghbGC
commited on
Commit
·
af9b4db
1
Parent(s):
fa37112
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10-slim
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# 更新系统包并安装wget
|
8 |
-
RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# 安装 Conda
|
11 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh \
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# 更新系统包并安装wget
|
8 |
+
RUN apt-get update && apt-get install -y git wget && rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# 安装 Conda
|
11 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh \
|