mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-26 02:04:20 +01:00
8 lines
139 B
Docker
8 lines
139 B
Docker
FROM ostris/aitoolkit:latest
|
|
|
|
ADD --chmod=755 entrypoint.sh /docker/
|
|
|
|
ENTRYPOINT ["/bin/bash", "/docker/entrypoint.sh"]
|
|
CMD ["/start.sh"]
|
|
|