mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
Add Font
This commit is contained in:
parent
ccc7306f48
commit
829864af9b
|
|
@ -14,7 +14,7 @@ FROM pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime
|
|||
SHELL ["/bin/bash", "-ceuxo", "pipefail"]
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install git -y && apt-get clean
|
||||
RUN apt-get update && apt-get install git fonts-dejavu-core -y && apt-get clean
|
||||
|
||||
RUN <<EOF
|
||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"outdir_samples": "/output"
|
||||
"outdir_samples": "/output",
|
||||
"font": "DejaVuSans.ttf"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue