mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 10:56:42 +00:00
Update Dockerfile
This commit is contained in:
parent
c5e0aed73c
commit
6f676d36d7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM ghcr.io/nousresearch/hermes:latest
|
||||||
RUN pip install --no-cache-dir aiohttp
|
RUN pip install --no-cache-dir aiohttp
|
||||||
|
|
||||||
# Copia os arquivos customizados
|
# Copia os arquivos customizados
|
||||||
COPY skills_api.py /opt/hermes-custom/skills_api.py
|
COPY patches/skills_api.py /opt/hermes-custom/skills_api.py
|
||||||
COPY entrypoint.sh /opt/hermes-custom/entrypoint.sh
|
COPY entrypoint.sh /opt/hermes-custom/entrypoint.sh
|
||||||
RUN chmod +x /opt/hermes-custom/entrypoint.sh
|
RUN chmod +x /opt/hermes-custom/entrypoint.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue