Update Dockerfile

fixes https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/612
This commit is contained in:
simonmcnair 2023-11-30 11:54:21 +00:00 committed by GitHub
parent 3e67f559d4
commit 9f5ca688cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
ENV LD_PRELOAD=libtcmalloc.so
COPY . /docker