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