Spaces:
Runtime error
Runtime error
ghbGC
commited on
Commit
·
2525b99
1
Parent(s):
994ee1b
update
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,6 +4,8 @@ FROM python:3.10-slim
|
|
4 |
# 设置工作目录
|
5 |
WORKDIR /app
|
6 |
|
|
|
|
|
7 |
# 安装 Conda
|
8 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh \
|
9 |
&& bash miniconda.sh -b -p /opt/conda \
|
|
|
4 |
# 设置工作目录
|
5 |
WORKDIR /app
|
6 |
|
7 |
+
RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
|
8 |
+
|
9 |
# 安装 Conda
|
10 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh \
|
11 |
&& bash miniconda.sh -b -p /opt/conda \
|