Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1u
/
claw
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
claw
/
entrypoint.sh
1u
Upload entrypoint.sh
1436d29
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
98 Bytes
#!/bin/bash
python /app/sync_data.py download
python /app/sync_data.py upload_loop &
exec
"
$@
"