pepijn223 HF Staff commited on
Commit
373f05e
·
verified ·
1 Parent(s): 3ac1c67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN git clone --depth 1 https://github.com/huggingface/lerobot-dataset-visualize
20
  WORKDIR /lerobot-dataset-visualizer
21
 
22
  # Install dependencies
23
- RUN npm ci
24
 
25
  # Build the application
26
  RUN npm run build
 
20
  WORKDIR /lerobot-dataset-visualizer
21
 
22
  # Install dependencies
23
+ RUN npm install
24
 
25
  # Build the application
26
  RUN npm run build