Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -11,8 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 11 |
|
| 12 |
# 安装 Node.js 22
|
| 13 |
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
| 14 |
-
apt-get install -y nodejs
|
| 15 |
-
npm install -g npm@latest
|
| 16 |
|
| 17 |
# 安装 Python 依赖
|
| 18 |
RUN pip3 install --break-system-packages huggingface_hub
|
|
|
|
| 11 |
|
| 12 |
# 安装 Node.js 22
|
| 13 |
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
| 14 |
+
apt-get install -y nodejs
|
|
|
|
| 15 |
|
| 16 |
# 安装 Python 依赖
|
| 17 |
RUN pip3 install --break-system-packages huggingface_hub
|