Compare commits
	
		
			2 Commits
		
	
	
		
			83a79aae60
			...
			102f719a47
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 102f719a47 | |||
| 114eaafb90 | 
@@ -16,7 +16,7 @@ FROM archlinux:latest
 | 
				
			|||||||
COPY --from=0 /stable-diffusion-ui.pkg.tar.zst /stable-diffusion-ui.pkg.tar.zst
 | 
					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 which
 | 
					RUN pacman -Suy --noconfirm which nvidia-utils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY init /init
 | 
					COPY init /init
 | 
				
			||||||
COPY config.yaml /config.yaml
 | 
					COPY config.yaml /config.yaml
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user