This commit is contained in:
Abdullah Barhoum 2022-09-05 21:05:43 +02:00
parent ccc7306f48
commit 829864af9b
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
{
"outdir_samples": "/output"
"outdir_samples": "/output",
"font": "DejaVuSans.ttf"
}