Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/stable-diffusion-tpu
ewnewq
/
stable-diffusion-tpu
like
0
Runtime error
App
Files
Files
Community
bdc3827
stable-diffusion-tpu
/
entrypoint.sh
enzostvs
HF staff
build app in entrypoint.sh
2b1e359
about 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
#!/bin/bash
npm run build && npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start