This commit is contained in:
2026-06-04 17:59:53 +08:00
parent e6c27ac662
commit 0908495d6f
66 changed files with 4230 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM python:3.10-slim
WORKDIR /app
RUN pip install --no-cache-dir hermes-agent
RUN mkdir -p /root/.hermes/profiles
EXPOSE 11434
CMD ["hermes", "serve", "--host", "0.0.0.0", "--port", "11434"]