Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
f918861
1
Parent(s): c9968ac
Sync from GitHub Viciy2023/Qwen2API-A@be158c9578fe8329217d4ec356adfd05a80d8060
Browse files- Dockerfile +1 -1
- docker/Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN apk add --no-cache python3 py3-pip
|
|
| 9 |
# 全局安装PM2
|
| 10 |
RUN npm install -g pm2
|
| 11 |
|
| 12 |
-
RUN pip install --no-cache-dir huggingface_hub watchdog
|
| 13 |
|
| 14 |
WORKDIR /app
|
| 15 |
|
|
|
|
| 9 |
# 全局安装PM2
|
| 10 |
RUN npm install -g pm2
|
| 11 |
|
| 12 |
+
RUN pip install --no-cache-dir --break-system-packages huggingface_hub watchdog
|
| 13 |
|
| 14 |
WORKDIR /app
|
| 15 |
|
docker/Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN apk add --no-cache python3 py3-pip
|
|
| 9 |
# 全局安装PM2
|
| 10 |
RUN npm install -g pm2
|
| 11 |
|
| 12 |
-
RUN pip install --no-cache-dir huggingface_hub watchdog
|
| 13 |
|
| 14 |
WORKDIR /app
|
| 15 |
|
|
|
|
| 9 |
# 全局安装PM2
|
| 10 |
RUN npm install -g pm2
|
| 11 |
|
| 12 |
+
RUN pip install --no-cache-dir --break-system-packages huggingface_hub watchdog
|
| 13 |
|
| 14 |
WORKDIR /app
|
| 15 |
|