fastsdcpu / Dockerfile
sca255's picture
Update Dockerfile
b4a4e35 verified
raw
history blame
263 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 python ../ci.py
run python ../dl.py
run python ../cfg.py
CMD bash ./start-webui.sh