Beegbrain commited on
Commit
3f074ee
·
verified ·
1 Parent(s): 2bec467

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN useradd -m -u 1000 user
21
 
22
  # Install LeRobot
23
  RUN git clone https://github.com/alexcbb/lerobot.git /lerobot
24
- RUN git checkout -b dataset_analyzes
25
  WORKDIR /lerobot
26
  RUN pip install --upgrade --no-cache-dir pip
27
  RUN pip install --no-cache-dir "." \
 
21
 
22
  # Install LeRobot
23
  RUN git clone https://github.com/alexcbb/lerobot.git /lerobot
24
+ RUN git checkout dataset_analyzes
25
  WORKDIR /lerobot
26
  RUN pip install --upgrade --no-cache-dir pip
27
  RUN pip install --no-cache-dir "." \