Update Dockerfile to install mem0 dependency
- 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:
+1
-1
@@ -56,7 +56,7 @@ ENV PATH="/root/.local/bin:${PATH}"
|
|||||||
|
|
||||||
COPY pyproject.toml README.md LICENSE /app/
|
COPY pyproject.toml README.md LICENSE /app/
|
||||||
COPY nanobot/ /app/nanobot/
|
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"]
|
ENTRYPOINT ["nanobot"]
|
||||||
CMD ["gateway"]
|
CMD ["gateway"]
|
||||||
|
|||||||
Reference in New Issue
Block a user