mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 14:44:19 +01: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
|
|
@ -33,6 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
|
|
||||||
# add info
|
# add info
|
||||||
COPY . /docker/
|
COPY . /docker/
|
||||||
|
RUN chmod u+x /docker/entrypoint.sh
|
||||||
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
||||||
|
|
||||||
ENV NVIDIA_VISIBLE_DEVICES=all
|
ENV NVIDIA_VISIBLE_DEVICES=all
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue