We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff1e3 commit 203c45aCopy full SHA for 203c45a
services/comfy/Dockerfile
@@ -57,7 +57,7 @@ WORKDIR ${ROOT}
57
COPY --chown=$PUID:$PGID . /docker
58
RUN chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT}
59
60
-ENV NVIDIA_VISIBLE_DEVICES=all PYTHONPATH="${PYTHONPATH}:${PWD}" CLI_ARGS=""
+ENV NVIDIA_VISIBLE_DEVICES=all PYTHONPATH="\${PYTHONPATH}:\${PWD}" CLI_ARGS=""
61
EXPOSE 7860
62
ENTRYPOINT ["/docker/entrypoint.sh"]
63
#CMD python -u main.py --listen --port 7860 ${CLI_ARGS}
0 commit comments