fix
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", "cadene/
|
|
|
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", "cadene/koch_bimanual_folding", "--host", "0.0.0.0", "--port", "7860", "--output-dir", "/tmp/outputs/visualize_dataset_html/cadene/koch_bimanual_folding"]
|