mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-19 10:22:18 -05:00
Add startup script for comfy (#552)
Closes #451 --------- Co-authored-by: PassiveLemon <lemonl3mn@protonmail.com>
This commit is contained in:
@@ -34,6 +34,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
# add info
|
||||
COPY . /docker/
|
||||
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
||||
RUN chmod u+x /docker/entrypoint.sh
|
||||
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
||||
|
||||
ENV NVIDIA_VISIBLE_DEVICES=all
|
||||
ENV PYTHONPATH="${PYTHONPATH}:${PWD}" CLI_ARGS=""
|
||||
|
||||
Reference in New Issue
Block a user