oh you do actually need this

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-24 19:23:15 +00:00
parent c9f5a6104e
commit 114eaafb90
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ FROM archlinux:latest
COPY --from=0 /stable-diffusion-ui.pkg.tar.zst /stable-diffusion-ui.pkg.tar.zst
RUN pacman-key --init
RUN pacman -Suy --noconfirm which
RUN pacman -Suy --noconfirm which nvidia-utils
COPY init /init
COPY config.yaml /config.yaml