Skip to content

Commit

Permalink
update user permission
Browse files Browse the repository at this point in the history
  • Loading branch information
1473371932 authored Aug 27, 2024
1 parent a6db6ee commit 7695948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ RUN useradd -u 1000 -m deepflow -s /bin/bash

RUN chmod +x /df-llm-agent/py2c.sh && \
chown -R deepflow:deepflow /df-llm-agent && \
chown -R deepflow:deepflow /venv
chown -R deepflow:deepflow /venv && \
chown -R deepflow:deepflow /var/log

RUN /df-llm-agent/py2c.sh

Expand Down

0 comments on commit 7695948

Please sign in to comment.