File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2020
2121RUN git clone https://github.com/crowsonkb/k-diffusion.git repositories/k-diffusion && cd repositories/k-diffusion && git reset --hard f4e99857772fc3a126ba886aadf795a332774878
2222
23+ RUN git clone https://github.com/pharmapsychotic/clip-interrogator repositories/clip-interrogator && cd repositories/clip-interrogator && git reset --hard 2486589f24165c8e3b303f84e9dbbea318df83e8
2324
2425FROM alpine:3 as xformers
2526RUN apk add aria2
@@ -48,6 +49,7 @@ ENV ROOT=/stable-diffusion-webui \
4849
4950
5051COPY --from=download /git/ ${ROOT}
52+ RUN mkdir ${ROOT}/interrogate && cp ${ROOT}/repositories/clip-interrogator/data/* ${ROOT}/interrogate
5153RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeFormer/requirements.txt
5254
5355# TODO: move to top
@@ -74,11 +76,11 @@ COPY --from=xformers /wheel.whl xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.wh
7476RUN pip install xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl
7577
7678COPY . /docker
79+
7780RUN <<EOF
7881chmod +x /docker/mount.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
7982EOF
8083
81-
8284ENV CLI_ARGS=""
8385WORKDIR ${WORKDIR}
8486EXPOSE 7860
You can’t perform that action at this time.
0 commit comments