Spaces:
Runtime error
Runtime error
aliberts/eval_koch_tutorial_mps_2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ RUN pip install --no-cache-dir "." \
|
|
28 |
RUN pip install --no-cache-dir flask
|
29 |
|
30 |
COPY --chown=user . /lerobot
|
31 |
-
CMD ["python", "lerobot/scripts/visualize_dataset_html.py", "--repo-id", "
|
|
|
28 |
RUN pip install --no-cache-dir flask
|
29 |
|
30 |
COPY --chown=user . /lerobot
|
31 |
+
CMD ["python", "lerobot/scripts/visualize_dataset_html.py", "--repo-id", "aliberts/eval_koch_tutorial_mps_2", "--host", "0.0.0.0", "--port", "7860", "--output-dir", "/tmp/outputs/visualize_dataset_html/aliberts/eval_koch_tutorial_mps_2"]
|