mishig HF Staff commited on
Commit
2dd2aa4
·
verified ·
1 Parent(s): f5898c7

Update Dockerfile

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