Add cadene/visualize_dataset_koch_bimanual_folding
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
|
20 |
RUN useradd -m -u 1000 user
|
21 |
|
22 |
# Install LeRobot
|
23 |
-
RUN git clone --branch
|
24 |
WORKDIR /lerobot
|
25 |
RUN pip install --upgrade --no-cache-dir pip
|
26 |
RUN pip install --no-cache-dir "." \
|
@@ -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", "
|
|
|
20 |
RUN useradd -m -u 1000 user
|
21 |
|
22 |
# Install LeRobot
|
23 |
+
RUN git clone --branch main https://github.com/huggingface/lerobot.git /lerobot
|
24 |
WORKDIR /lerobot
|
25 |
RUN pip install --upgrade --no-cache-dir pip
|
26 |
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/visualize_dataset_koch_bimanual_folding", "--host", "0.0.0.0", "--port", "7860", "--output-dir", "/tmp/outputs/visualize_dataset_html/cadene/visualize_dataset_koch_bimanual_folding"]
|