mishig HF staff commited on
Commit
c3a1a96
1 Parent(s): 4f91534

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
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 dataset_v2_visualizer https://github.com/mishig25/lerobot.git /lerobot
24
  WORKDIR /lerobot
25
  RUN pip install --upgrade --no-cache-dir pip
26
  RUN pip install --no-cache-dir "." \
 
20
  RUN useradd -m -u 1000 user
21
 
22
  # Install LeRobot
23
+ RUN git clone --branch visualize_all_datastes https://github.com/mishig25/lerobot.git /lerobot
24
  WORKDIR /lerobot
25
  RUN pip install --upgrade --no-cache-dir pip
26
  RUN pip install --no-cache-dir "." \