Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ ARG APP_HOME=/home/node/app
|
|
| 7 |
RUN apk add --no-cache gcompat tini git python3 py3-pip bash dos2unix findutils tar curl
|
| 8 |
|
| 9 |
# 安装HuggingFace Hub
|
| 10 |
-
RUN pip3 install --no-cache-dir huggingface_hub
|
| 11 |
|
| 12 |
# 确保正确处理内核信号
|
| 13 |
ENTRYPOINT [ "tini", "--" ]
|
|
|
|
| 7 |
RUN apk add --no-cache gcompat tini git python3 py3-pip bash dos2unix findutils tar curl
|
| 8 |
|
| 9 |
# 安装HuggingFace Hub
|
| 10 |
+
RUN pip3 install --no-cache-dir huggingface_hub requests
|
| 11 |
|
| 12 |
# 确保正确处理内核信号
|
| 13 |
ENTRYPOINT [ "tini", "--" ]
|