File size: 263 Bytes
16ff2f4 0d8a444 16ff2f4 b7bbc01 16ff2f4 b4a4e35 16ff2f4 0ce08d0 |
1 2 3 4 5 6 7 8 9 10 11 |
from python:3.11
run apt update -y && apt upgrade -y
run git clone https://github.com/rupeshs/fastsdcpu
workdir fastsdcpu
run pip install --upgrade pip
run chmod +x install.sh
run python ../ci.py
run python ../dl.py
run python ../cfg.py
CMD bash ./start-webui.sh
|