antigravity / run_app.sh
OsamaBinLikhon's picture
Upload run_app.sh with huggingface_hub
45f9c3c verified
raw
history blame contribute delete
304 Bytes
#!/bin/bash
# Simple script to run the application or keep the container alive
echo "Antigravity Docker Sandbox is starting..."
echo "Ubuntu environment with antigravity package is ready"
echo "You can now use the antigravity command in this sandbox"
# Keep the container running
exec tail -f /dev/null