Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
6 |
&& rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
# Clone the repository with depth 1 (shallow clone)
|
9 |
-
RUN git clone --branch update_html_visualizer
|
10 |
|
11 |
# Change to the HTML visualizer directory
|
12 |
WORKDIR /lerobot/lerobot/html_dataset_visualizer
|
|
|
6 |
&& rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
# Clone the repository with depth 1 (shallow clone)
|
9 |
+
RUN git clone --branch update_html_visualizer https://github.com/mishig25/lerobot.git /lerobot.
|
10 |
|
11 |
# Change to the HTML visualizer directory
|
12 |
WORKDIR /lerobot/lerobot/html_dataset_visualizer
|