Update Dockerfile

This commit is contained in:
Felipe Domingues 2026-04-29 07:08:39 -03:00 committed by GitHub
parent 12419e29fa
commit 720e3faf6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)