mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 06:25:32 +00:00
Update Dockerfile
This commit is contained in:
parent
d2ec770e8b
commit
7e35f13846
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \
|
|||
pip install -r requirements.txt
|
||||
|
||||
WORKDIR ${ROOT}
|
||||
COPY . /docker/
|
||||
COPY --chown=$PUID:$PGID . /docker
|
||||
RUN chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT}
|
||||
|
||||
ENV NVIDIA_VISIBLE_DEVICES=all PYTHONPATH="${PYTHONPATH}:${PWD}" CLI_ARGS=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue