Spaces:
Runtime error
Runtime error
Update
Browse files- 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 |
-
|
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
|
|
|
|
|
|