File size: 311 Bytes
b7451de 46c55eb 0d8a444 fa0ef0e 16ff2f4 d795ef2 16ff2f4 205a645 16ff2f4 b4a4e35 46c55eb 16ff2f4 0ce08d0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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
|