Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
|
19 |
|
20 |
RUN useradd -m -u 1000 user
|
21 |
|
22 |
-
# Install LeRobot
|
23 |
RUN --mount=type=secret,id=EXTEND_GH_TOKEN,mode=0444,required=true \
|
24 |
export GH_TOKEN=$(cat /run/secrets/EXTEND_GH_TOKEN) && \
|
25 |
git clone https://${GH_TOKEN}@github.com/Extend-Robotics/lerobot.git /lerobot
|
|
|
19 |
|
20 |
RUN useradd -m -u 1000 user
|
21 |
|
22 |
+
# Install LeRobot (Extend-Robotics fork)
|
23 |
RUN --mount=type=secret,id=EXTEND_GH_TOKEN,mode=0444,required=true \
|
24 |
export GH_TOKEN=$(cat /run/secrets/EXTEND_GH_TOKEN) && \
|
25 |
git clone https://${GH_TOKEN}@github.com/Extend-Robotics/lerobot.git /lerobot
|