Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ RUN chmod +x /app/entrypoint.sh
|
|
| 20 |
USER appuser
|
| 21 |
|
| 22 |
# 安装Python依赖
|
| 23 |
-
RUN pip install --user
|
| 24 |
|
| 25 |
# 设置环境变量(这些将在HuggingFace后台设置)
|
| 26 |
ENV GITHUB_TOKEN=""
|
|
|
|
| 20 |
USER appuser
|
| 21 |
|
| 22 |
# 安装Python依赖
|
| 23 |
+
RUN pip install --user requests PyYAML tqdm schedule
|
| 24 |
|
| 25 |
# 设置环境变量(这些将在HuggingFace后台设置)
|
| 26 |
ENV GITHUB_TOKEN=""
|