Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
circulartext/Speed_Read_AI
theapps
/
Speed_Read_AI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e62a97c
Speed_Read_AI
/
entrypoint.w
circulartext
Create entrypoint.w
2bd12b8
about 2 years ago
raw
Copy download link
history
blame
103 Bytes
#!/bin/sh
set
-e
# Set permissions at runtime
chmod
-R 777 /app
# Execute the main command
exec
"
$@
"