mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
force headless
This commit is contained in:
parent
fb7a3cd293
commit
8bbdbc471a
|
|
@ -78,11 +78,7 @@ git reset --hard ${SHA}
|
||||||
pip install -r requirements_versions.txt
|
pip install -r requirements_versions.txt
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# RUN pip install opencv-python-headless \
|
RUN pip install opencv-python-headless
|
||||||
# git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
|
|
||||||
# git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
|
|
||||||
# pyngrok
|
|
||||||
|
|
||||||
|
|
||||||
COPY . /docker
|
COPY . /docker
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue