Spaces:
Running
Running
Get back to main branch
Browse files- 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
|