init
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user