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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -26,9 +26,10 @@ RUN npm install --legacy-peer-deps
26
 
27
  # OpenSSL の互換オプションを有効化
28
  ENV NODE_OPTIONS="--openssl-legacy-provider"
29
-
30
  # コンテナの起動時にサーバーを実行
31
- CMD /bin/sh -c "./upload.sh && npm start"
 
32
  #CMD /bin/sh -c "npm start"
33
 
34
  # コンテナがリッスンするポート
 
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"
33
  #CMD /bin/sh -c "npm start"
34
 
35
  # コンテナがリッスンするポート