Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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 |
|