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} && \ git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
cd ${ROOT} && \ cd ${ROOT} && \
git checkout master && \ git checkout master && \
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \ # git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \ # pull latest
pip install -r requirements.txt pip install -r requirements.txt
WORKDIR ${ROOT} WORKDIR ${ROOT}