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