Spaces:
Runtime error
Runtime error
useradd
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -17,6 +17,8 @@ RUN python -m venv /opt/venv
|
|
17 |
ENV PATH="/opt/venv/bin:$PATH"
|
18 |
RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
19 |
|
|
|
|
|
20 |
# Install LeRobot
|
21 |
RUN git clone --branch user/rcadene/2024_05_17_improve_visualize_dataset https://github.com/huggingface/lerobot.git /lerobot
|
22 |
WORKDIR /lerobot
|
|
|
17 |
ENV PATH="/opt/venv/bin:$PATH"
|
18 |
RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
19 |
|
20 |
+
RUN useradd -m -u 1000 user
|
21 |
+
|
22 |
# Install LeRobot
|
23 |
RUN git clone --branch user/rcadene/2024_05_17_improve_visualize_dataset https://github.com/huggingface/lerobot.git /lerobot
|
24 |
WORKDIR /lerobot
|