FROM hermes-carlo:bak-pre-chathdr-20260607-215006
RUN python3 -m venv /opt/hermes-carlo-test-venv \
 && /opt/hermes-carlo-test-venv/bin/pip install --no-cache-dir 'hermes-agent==0.18.2'
ENV PATH=/opt/hermes-carlo-test-venv/bin:/opt/hermes/.venv/bin:$PATH
ENV HERMES_HOME=/opt/data
