mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-10 09:35:12 +01:00
Update Dockerfile
This commit is contained in:
parent
658ac33371
commit
8efc56d3ad
|
|
@ -82,7 +82,7 @@ ENV ROOT=/stable-diffusion-webui-forge
|
|||
|
||||
COPY --from=download --chown=${PUID}:${PGID} /repositories/ ${ROOT}/repositories/
|
||||
RUN mkdir ${ROOT}/interrogate && cp ${ROOT}/repositories/clip-interrogator/clip_interrogator/data/* ${ROOT}/interrogate
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
|
||||
pip install -r ${ROOT}/repositories/CodeFormer/requirements.txt
|
||||
|
||||
# Clone and copy huggingface_guess module
|
||||
|
|
|
|||
Loading…
Reference in a new issue