Beegbrain commited on
Commit
4ef115f
·
verified ·
1 Parent(s): 3f074ee

Fix switch branch

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -21,8 +21,9 @@ 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 dataset_analyzes
25
  WORKDIR /lerobot
 
 
26
  RUN pip install --upgrade --no-cache-dir pip
27
  RUN pip install --no-cache-dir "." \
28
  --extra-index-url https://download.pytorch.org/whl/cpu
 
21
 
22
  # Install LeRobot
23
  RUN git clone https://github.com/alexcbb/lerobot.git /lerobot
 
24
  WORKDIR /lerobot
25
+ RUN git checkout dataset_analyzes
26
+
27
  RUN pip install --upgrade --no-cache-dir pip
28
  RUN pip install --no-cache-dir "." \
29
  --extra-index-url https://download.pytorch.org/whl/cpu