Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lemonteaa
/
fastsdcpu-test
like
2
Sleeping
App
Files
Files
Community
a032573
fastsdcpu-test
/
Dockerfile
lemonteaa
Create Dockerfile
a032573
12 months ago
raw
Copy download link
history
blame
Safe
193 Bytes
FROM
python:
3
WORKDIR
/code
RUN
apt-get update && apt-get install -y git
RUN
git
clone
https://github.com/rupeshs/fastsdcpu
WORKDIR
/code/fastsdcpu
RUN
./install.sh
CMD
[
"./start-webui.sh"
]