mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 06:56:41 +00:00
Update Dockerfile
This commit is contained in:
parent
12419e29fa
commit
720e3faf6e
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ WORKDIR /opt/hermes
|
|||
|
||||
# Instala o Hermes e suas dependências
|
||||
RUN pip install --no-cache-dir --upgrade pip \
|
||||
&& pip install --no-cache-dir -e .
|
||||
&& pip install --no-cache-dir -e ".[all]"
|
||||
|
||||
|
||||
# ============================================================
|
||||
# Stage 2: Customizações (skills_api + entrypoint + proxy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue