mishig HF Staff commited on
Commit
7d5e23c
·
verified ·
1 Parent(s): e53eff8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --depth 1 https://github.com/mishig25/lerobot.git /lerobot.
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