Update Dockerfile to install mem0 dependency
Build Nanobot OAuth / build (push) Successful in 22m50s
Build Nanobot OAuth / cleanup (push) Successful in 1s

- Install nanobot with [mem0] extras
- Enables mem0ai and its dependencies in production build

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 05:37:53 +00:00
parent c987976f82
commit a0eb6e9dcf
+1 -1
View File
@@ -56,7 +56,7 @@ ENV PATH="/root/.local/bin:${PATH}"
COPY pyproject.toml README.md LICENSE /app/
COPY nanobot/ /app/nanobot/
RUN uv pip install --system --no-cache --reinstall /app psycopg2-binary
RUN uv pip install --system --no-cache --reinstall /app[mem0] psycopg2-binary
ENTRYPOINT ["nanobot"]
CMD ["gateway"]