Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lemonteaa
/
fastsdcpu-test
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
41d32cb
fastsdcpu-test
/
Dockerfile
lemonteaa
Update Dockerfile
41d32cb
almost 2 years ago
raw
Copy download link
history
blame
Safe
206 Bytes
FROM
python:
3
WORKDIR
/code
RUN
apt-get update && apt-get install -y git
RUN
git
clone
https://github.com/rupeshs/fastsdcpu && /code/fastsdcpu/install.sh
WORKDIR
/code/fastsdcpu
CMD
[
"./start-webui.sh"
]