ARG TOKEN | |
from python:3.11 | |
run apt update -y && apt upgrade -y | |
copy . . | |
run git clone https://github.com/rupeshs/fastsdcpu | |
run export | |
workdir fastsdcpu | |
run pip install --upgrade pip requests | |
run chmod +x install.sh | |
run python ../ci.py | |
run python ../dl.py $TOKEN | |
run python ../cfg.py | |
CMD bash ./start-webui.sh | |