Spaces:
Sleeping
Sleeping
Create entrypoint.sh
Browse files- entrypoint.sh +3 -0
entrypoint.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
chmod -R 777 /app/.hf_cache /app/.ltool_cache /app/.cache
|
3 |
+
exec python app.py
|