Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN npm install --legacy-peer-deps
|
|
| 27 |
# OpenSSL の互換オプションを有効化
|
| 28 |
ENV NODE_OPTIONS="--openssl-legacy-provider"
|
| 29 |
RUN pip install huggingface_hub --break-system-packages
|
| 30 |
-
|
| 31 |
|
| 32 |
# コンテナの起動時にサーバーを実行
|
| 33 |
#CMD /bin/sh -c "python3 upload.py && npm start"
|
|
|
|
| 27 |
# OpenSSL の互換オプションを有効化
|
| 28 |
ENV NODE_OPTIONS="--openssl-legacy-provider"
|
| 29 |
RUN pip install huggingface_hub --break-system-packages
|
| 30 |
+
RUN npm install git+https://huggingface.co/datasets/soiz1/s4s-vm
|
| 31 |
|
| 32 |
# コンテナの起動時にサーバーを実行
|
| 33 |
#CMD /bin/sh -c "python3 upload.py && npm start"
|