soiz1 commited on
Commit
1b3dd66
·
verified ·
1 Parent(s): 7105ecc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN npm install git+https://huggingface.co/datasets/soiz1/s4s-vm
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"