Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
|
20 |
RUN useradd -m -u 1000 user
|
21 |
|
22 |
# Install LeRobot
|
23 |
-
RUN git clone --branch
|
24 |
WORKDIR /lerobot
|
25 |
RUN pip install --upgrade --no-cache-dir pip
|
26 |
RUN pip install --no-cache-dir "." \
|
|
|
20 |
RUN useradd -m -u 1000 user
|
21 |
|
22 |
# Install LeRobot
|
23 |
+
RUN git clone --branch visualize_all_datastes https://github.com/mishig25/lerobot.git /lerobot
|
24 |
WORKDIR /lerobot
|
25 |
RUN pip install --upgrade --no-cache-dir pip
|
26 |
RUN pip install --no-cache-dir "." \
|