cadene HF staff commited on
Commit
1de282b
·
1 Parent(s): 7719e58
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -25,7 +25,4 @@ RUN pip install --no-cache-dir "." \
25
  --extra-index-url https://download.pytorch.org/whl/cpu
26
  RUN pip install --no-cache-dir flask
27
 
28
- # Execute in bash shell rather than python
29
- CMD ["/bin/bash"]
30
-
31
- RUN lerobot/scripts/visualize_dataset_html.py --repo-id lerobot/koch_pick_place_lego_simple_v2 --port 9200
 
25
  --extra-index-url https://download.pytorch.org/whl/cpu
26
  RUN pip install --no-cache-dir flask
27
 
28
+ RUN python lerobot/scripts/visualize_dataset_html.py --repo-id lerobot/koch_pick_place_lego_simple_v2 --port 9200