Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ WORKDIR /app
|
|
| 18 |
COPY . .
|
| 19 |
|
| 20 |
# 安装 Python 依赖
|
| 21 |
-
RUN pip install --upgrade pip
|
| 22 |
RUN pip install --no-deps -r requirements_geospacy.txt
|
| 23 |
|
| 24 |
# 设置 Streamlit 默认运行
|
|
|
|
| 18 |
COPY . .
|
| 19 |
|
| 20 |
# 安装 Python 依赖
|
| 21 |
+
RUN pip install --upgrade pip && pip install wheel
|
| 22 |
RUN pip install --no-deps -r requirements_geospacy.txt
|
| 23 |
|
| 24 |
# 设置 Streamlit 默认运行
|