Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
| 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 "." \
|