OsamaBinLikhon commited on
Commit
45f9c3c
·
verified ·
1 Parent(s): 9c80792

Upload run_app.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. run_app.sh +9 -0
run_app.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Simple script to run the application or keep the container alive
3
+
4
+ echo "Antigravity Docker Sandbox is starting..."
5
+ echo "Ubuntu environment with antigravity package is ready"
6
+ echo "You can now use the antigravity command in this sandbox"
7
+
8
+ # Keep the container running
9
+ exec tail -f /dev/null