Remove trash

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-23 10:20:06 +00:00
parent 1df91fb508
commit 9c8ff45308
1 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# podman run -it -e NVIDIA_DRIVER_CAPABILITIES=compute,utility spark:latest bash
# Stage 0
FROM archlinux:base-devel
RUN pacman-key --init
@ -20,7 +18,6 @@ COPY --from=0 /stable-diffusion-ui.pkg.tar.zst /stable-diffusion-ui.pkg.tar.zst
RUN pacman-key --init
RUN pacman -Suy --noconfirm
#COPY stable-diffusion-ui.pkg.tar.zst /stable-diffusion-ui.pkg.tar.zst
COPY init /init
COPY config.yaml /config.yaml