Spaces:
Running
Running
Typo fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ RUN pip install --no-cache-dir "." \
|
|
29 |
RUN pip install --no-cache-dir flask
|
30 |
|
31 |
COPY --chown=user . /lerobot
|
32 |
-
CMD ["python", "scripts/
|
|
|
29 |
RUN pip install --no-cache-dir flask
|
30 |
|
31 |
COPY --chown=user . /lerobot
|
32 |
+
CMD ["python", "lerobot/scripts/visualize_analyze_dataset_html.py", "--host", "0.0.0.0", "--port", "7860"]
|