Upload run_app.sh with huggingface_hub
Browse files- 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
|