Spaces:
Running
Running
Fix switch branch
Browse files- 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
|