FROM ghcr.io/julesagent/hermes:latest USER root RUN su hermeswebui -c "uv tool install hf" || true COPY --chown=hermeswebui:hermeswebui run_hf.sh /run_hf.sh RUN chmod +x /run_hf.sh # Set entrypoint to our persistence-enabled script CMD ["/run_hf.sh"]