FROM python:3 WORKDIR /code RUN apt-get update && apt-get install -y git RUN git clone https://github.com/rupeshs/fastsdcpu WORKDIR /code/fastsdcpu RUN ./install.sh CMD ["./start-webui.sh"]