From f57571b810807aee8f8676dcf548eb7aaed7a28f Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Sun, 18 Feb 2024 19:21:32 -0500 Subject: [PATCH] add emojis package --- Dockerfile | 3 ++- Dockerfile-cuda | 3 ++- Dockerfile-intel | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 454af6a..5f49c7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ RUN apk add --no-cache \ bs4 \ lxml \ pystashlib \ - stashapp-tools + stashapp-tools \ + emojis ENV STASH_CONFIG_FILE=/root/.stash/config.yml EXPOSE 9999 diff --git a/Dockerfile-cuda b/Dockerfile-cuda index aef256d..a44dd50 100644 --- a/Dockerfile-cuda +++ b/Dockerfile-cuda @@ -36,7 +36,8 @@ RUN pip3 install \ bs4 \ lxml \ pystashlib \ - stashapp-tools + stashapp-tools \ + emojis ENV LANG C.UTF-8 ENV NVIDIA_VISIBLE_DEVICES all diff --git a/Dockerfile-intel b/Dockerfile-intel index 870a4dd..95c6e49 100644 --- a/Dockerfile-intel +++ b/Dockerfile-intel @@ -16,7 +16,8 @@ RUN pip3 install \ bs4 \ lxml \ pystashlib \ - stashapp-tools + stashapp-tools \ + emojis ENV STASH_CONFIG_FILE=/root/.stash/config.yml EXPOSE 9999