diff --git a/Containerfile b/Containerfile index d8793b5..e839a13 100644 --- a/Containerfile +++ b/Containerfile @@ -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