From 3849c48d4efef5569531a12b528725e3d5905dd0 Mon Sep 17 00:00:00 2001 From: PassiveLemon Date: Sun, 7 May 2023 10:04:48 -0400 Subject: [PATCH] Conflict fix? --- services/comfy/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index fa28d2d..e5dc604 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -39,6 +39,7 @@ 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 ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility NVIDIA_VISIBLE_DEVICES=all