@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user