Comment out hard pull

This commit is contained in:
Brian Gebel 2025-03-20 17:38:33 -07:00
parent a35bfb8ef2
commit c149e68efc

View file

@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
cd ${ROOT} && \
git checkout master && \
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
# git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \ # pull latest
pip install -r requirements.txt
WORKDIR ${ROOT}
@ -19,4 +19,4 @@ RUN chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT}
ENV NVIDIA_VISIBLE_DEVICES=all PYTHONPATH="${PYTHONPATH}:${PWD}" CLI_ARGS=""
EXPOSE 7860
ENTRYPOINT ["/docker/entrypoint.sh"]
CMD python -u main.py --listen --port 7860 ${CLI_ARGS}
CMD python -u main.py --listen --port 7860 ${CLI_ARGS}