Spaces:
Runtime error
Runtime error
Update
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -25,4 +25,6 @@ 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 |
RUN python 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 ls .
|
29 |
+
RUN pwd
|
30 |
RUN python lerobot/scripts/visualize_dataset_html.py --repo-id lerobot/koch_pick_place_lego_simple_v2 --port 9200
|