diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index 69aaf49..e3d22b5 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -33,6 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ # add info COPY . /docker/ +RUN chmod u+x /docker/entrypoint.sh RUN cp /docker/extra_model_paths.yaml ${ROOT} ENV NVIDIA_VISIBLE_DEVICES=all