mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-13 11:04:22 +01:00
modified: services/comfy/Dockerfile
This commit is contained in:
parent
f048579dd6
commit
8b666df8e3
|
|
@ -14,13 +14,13 @@ WORKDIR /stable-diffusion
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
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 && \
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /stable-diffusion/custom_nodes
|
WORKDIR /stable-diffusion/custom_nodes
|
||||||
RUN git clone https://github.com/Comfy-Org/ComfyUI-Manager.git && \
|
RUN git clone https://github.com/Comfy-Org/ComfyUI-Manager.git && \
|
||||||
cd ComfyUI-Manager && \
|
cd ComfyUI-Manager && \
|
||||||
git checkout master && \
|
# git checkout master && \
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR ${ROOT}
|
WORKDIR ${ROOT}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue