fastsdcpu / Dockerfile
sca255's picture
Update Dockerfile
b7bbc01 verified
raw
history blame contribute delete
No virus
265 Bytes
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 bash ./install.sh
run python ../dl.py
run python ../cfg.py
CMD bash ./start-webui.sh