mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 06:53:48 +00:00
Restore execution privilege for entrypoint.sh
Fixes error about not having permission to execute entrypoint.sh
This commit is contained in:
parent
e279ec00db
commit
8fcfda3fd9
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
|
||||
# add info
|
||||
COPY . /docker/
|
||||
RUN chmod u+x /docker/entrypoint.sh
|
||||
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
||||
|
||||
ENV NVIDIA_VISIBLE_DEVICES=all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue