soiz1 commited on
Commit
a365e56
·
verified ·
1 Parent(s): 46132fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN npm install --legacy-peer-deps
26
 
27
  # OpenSSL の互換オプションを有効化
28
  ENV NODE_OPTIONS="--openssl-legacy-provider"
29
- RUN pip install huggingface_hub
30
  # コンテナの起動時にサーバーを実行
31
  CMD /bin/sh -c "python3 upload.sh && npm start"
32
  #CMD /bin/sh -c "./upload.sh && npm start"
 
26
 
27
  # OpenSSL の互換オプションを有効化
28
  ENV NODE_OPTIONS="--openssl-legacy-provider"
29
+ RUN pip install huggingface_hub --break-system-packages
30
  # コンテナの起動時にサーバーを実行
31
  CMD /bin/sh -c "python3 upload.sh && npm start"
32
  #CMD /bin/sh -c "./upload.sh && npm start"