FROM python:3.10 WORKDIR /sd EXPOSE 7860 RUN apt update \ && apt install -y wget git htop CMD [ "./webui.sh", "-f" ]