7e6c1d6
1
2
3
4
5
6
7
8
9
10
11
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"]