mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24: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
73f88f24aa
commit
37150c56eb
|
|
@ -39,6 +39,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
|
||||
# add info
|
||||
COPY . /docker/
|
||||
RUN chmod u+x /docker/entrypoint.sh
|
||||
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility NVIDIA_VISIBLE_DEVICES=all
|
||||
ENV PYTHONPATH="${PYTHONPATH}:${PWD}" CLI_ARGS=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue