mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
Comment out hard pull
This commit is contained in:
parent
a35bfb8ef2
commit
c149e68efc
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue