Remove trash
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
1df91fb508
commit
9c8ff45308
|
@ -1,5 +1,3 @@
|
||||||
# podman run -it -e NVIDIA_DRIVER_CAPABILITIES=compute,utility spark:latest bash
|
|
||||||
|
|
||||||
# Stage 0
|
# Stage 0
|
||||||
FROM archlinux:base-devel
|
FROM archlinux:base-devel
|
||||||
RUN pacman-key --init
|
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-key --init
|
||||||
RUN pacman -Suy --noconfirm
|
RUN pacman -Suy --noconfirm
|
||||||
|
|
||||||
#COPY stable-diffusion-ui.pkg.tar.zst /stable-diffusion-ui.pkg.tar.zst
|
|
||||||
COPY init /init
|
COPY init /init
|
||||||
COPY config.yaml /config.yaml
|
COPY config.yaml /config.yaml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user