Update Dockerfile

fix for failed build
This commit is contained in:
simonmcnair 2025-04-09 10:56:09 +01:00 committed by GitHub
parent c40d41563d
commit f1eed95e25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,9 +45,8 @@ USER $PUID:$PGID
ENV ROOT=/stable-diffusion
RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \
cd ${ROOT} && \
git clone -b v0.3.10 --depth=1 https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
pip install -r requirements.txt
pip install -r ${ROOT}/requirements.txt
RUN git clone -b 3.6.5 --depth=1 https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/comfyui-manager && \
pip install -r ${ROOT}/custom_nodes/comfyui-manager/requirements.txt