soiz1 commited on
Commit
a988801
·
verified ·
1 Parent(s): 3c4be41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV NODE_OPTIONS="--openssl-legacy-provider"
19
 
20
  #RUN git clone https://github.com/champierre/handpose2scratch.git
21
  #RUN sh handpose2scratch/install.sh
22
- RUN npm install github:PenguinMod/PenguinMod-Vm#develop
23
  # コンテナの起動時にサーバーを実行
24
  CMD ["npm", "start"]
25
 
 
19
 
20
  #RUN git clone https://github.com/champierre/handpose2scratch.git
21
  #RUN sh handpose2scratch/install.sh
22
+ RUN npm install git+https://huggingface.co/datasets/soiz1/s4s-vm
23
  # コンテナの起動時にサーバーを実行
24
  CMD ["npm", "start"]
25