Suhwan Choi
commited on
Commit
·
030bda4
1
Parent(s):
da6487c
fix bug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ RUN echo "source /opt/venv/bin/activate" >> /root/.bashrc
|
|
27 |
RUN useradd -m -u 1000 user
|
28 |
|
29 |
# Install LeRobot
|
30 |
-
RUN git clone https://github.com/open-world-agents/open-world-agents /owa
|
31 |
WORKDIR /owa/projects/owa-mcap-viewer
|
32 |
RUN --mount=type=cache,target=/home/user/.cache/uv \
|
33 |
# --mount=type=bind,source=uv.lock,target=uv.lock \
|
|
|
27 |
RUN useradd -m -u 1000 user
|
28 |
|
29 |
# Install LeRobot
|
30 |
+
RUN git clone --depth 1 https://github.com/open-world-agents/open-world-agents /owa
|
31 |
WORKDIR /owa/projects/owa-mcap-viewer
|
32 |
RUN --mount=type=cache,target=/home/user/.cache/uv \
|
33 |
# --mount=type=bind,source=uv.lock,target=uv.lock \
|