Skip to content

Commit

Permalink
> fix perm
Browse files Browse the repository at this point in the history
  • Loading branch information
kebe7jun committed Jan 8, 2025
1 parent 3940af6 commit b588c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV venv_dir -
RUN useradd -U --home /stable-diffusion-webui sd

RUN pip install -r requirements.txt --no-cache-dir && \
chmod -R sd:sd /stable-diffusion-webui
chown -R sd:sd /stable-diffusion-webui

# RUN sh -c 'nohup ./webui.sh -f --skip-torch-cuda-test --no-half >/tmp/sd.log &'; \
# start=$(date +%s); \
Expand Down

0 comments on commit b588c09

Please sign in to comment.