From 9c8ff45308ff7b1ffb56faf377e8c1c12b8bff6c Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 23 Oct 2023 10:20:06 +0000 Subject: [PATCH] Remove trash Signed-off-by: fbt --- Containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile b/Containerfile index 83a5b20..9997173 100644 --- a/Containerfile +++ b/Containerfile @@ -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