Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lemonteaa
/
fastsdcpu-test
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a032573
fastsdcpu-test
/
Dockerfile
lemonteaa
Create Dockerfile
a032573
over 1 year 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"
]