mishig HF Staff commited on
Commit
8d2ba48
·
verified ·
1 Parent(s): 90f40e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,8 +19,8 @@ RUN git clone --depth 1 --branch update_html_visualizer https://github.com/mishi
19
  # Change to the HTML visualizer directory
20
  WORKDIR /lerobot/lerobot/html_dataset_visualizer
21
 
22
- # Install production dependencies only
23
- RUN npm ci --production
24
 
25
  # Build the application
26
  RUN npm run build
 
19
  # Change to the HTML visualizer directory
20
  WORKDIR /lerobot/lerobot/html_dataset_visualizer
21
 
22
+ # Install dependencies
23
+ RUN npm ci
24
 
25
  # Build the application
26
  RUN npm run build