MilkClouds
commited on
Commit
·
4446aa8
1
Parent(s):
dd66ef0
rebuild
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 OWA
|
30 |
-
ARG CACHE_BUST=
|
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 \
|
|
|
27 |
RUN useradd -m -u 1000 user
|
28 |
|
29 |
# Install OWA
|
30 |
+
ARG CACHE_BUST=2
|
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 \
|