This commit is contained in:
Nehemias Herrera 2024-07-04 13:58:19 -06:00 committed by GitHub
commit 05b195174a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
pip install -r requirements.txt
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/ComfyUI-Manager && \
pip install -r ${ROOT}/custom_nodes/ComfyUI-Manager/requirements.txt
WORKDIR ${ROOT}
COPY . /docker/
RUN chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT}