There was an error while loading. Please reload this page.
2 parents f58c933 + 39c93df commit 8ba197aCopy full SHA for 8ba197a
1 file changed
hermes-agent/Dockerfile
@@ -16,7 +16,7 @@ ENV HERMES_DASHBOARD=1 \
16
PATH=/opt/hermes/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17
18
RUN chmod -R u+w /opt/hermes/.venv && \
19
- uv pip install --no-cache-dir "lark-oapi==1.5.3" "qrcode==7.4.2" && \
+ uv pip install --no-cache-dir "lark-oapi==1.6.8" "qrcode==7.4.2" && \
20
chown -R root:root /opt/hermes/.venv && \
21
chmod -R a+rX /opt/hermes/.venv && \
22
chmod -R a-w /opt/hermes/.venv
0 commit comments