We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ae946 commit b687e87Copy full SHA for b687e87
Dockerfile
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
17
RUN --mount=type=cache,target=/root/.cache/uv \
18
--mount=type=bind,source=uv.lock,target=uv.lock \
19
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
20
+ --mount=type=bind,source=agent-memory-client,target=agent-memory-client \
21
uv sync --frozen --no-install-project --no-dev
22
23
ADD . /app
0 commit comments