Beegbrain commited on
Commit
296fff4
·
verified ·
1 Parent(s): d01c9ba

Get back to main branch

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