Beegbrain commited on
Commit
d01c9ba
·
1 Parent(s): 49bf1a4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ RUN pip install --no-cache-dir "." \
29
  RUN pip install --no-cache-dir flask
30
 
31
  COPY --chown=user . /lerobot
32
- CMD ["python", "scripts/visualiz_analyze_dataset_html.py", "--host", "0.0.0.0", "--port", "7860"]
 
29
  RUN pip install --no-cache-dir flask
30
 
31
  COPY --chown=user . /lerobot
32
+ CMD ["python", "lerobot/scripts/visualize_analyze_dataset_html.py", "--host", "0.0.0.0", "--port", "7860"]