mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +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"]
|
||
|
|
|