From 829864af9b1f934b14f5040cd8ef12017d939d0f Mon Sep 17 00:00:00 2001 From: Abdullah Barhoum Date: Mon, 5 Sep 2022 21:05:43 +0200 Subject: [PATCH] Add Font --- AUTOMATIC1111/Dockerfile | 2 +- AUTOMATIC1111/config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTOMATIC1111/Dockerfile b/AUTOMATIC1111/Dockerfile index d7027f4..185436c 100644 --- a/AUTOMATIC1111/Dockerfile +++ b/AUTOMATIC1111/Dockerfile @@ -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 <