OsamaBinLikhon commited on
Commit
8024f72
·
verified ·
1 Parent(s): a09fcb5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -6
README.md CHANGED
@@ -1,10 +1,23 @@
1
  ---
2
- title: Antigravity Ubuntu Sandbox
3
- emoji: 🌖
4
- colorFrom: purple
5
- colorTo: pink
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Antigravity Docker Sandbox
3
+ emoji: 🚀
4
+ colorFrom: indigo
5
+ colorTo: purple
6
  sdk: docker
7
+ app_port: 7860 # Set the port the application runs on inside the container
8
  ---
9
 
10
+ # Antigravity Package Docker Sandbox
11
+
12
+ This is a custom Docker Space for testing the `antigravity` package.
13
+ The container is built from a custom Dockerfile based on Ubuntu.
14
+
15
+ ## Features
16
+ - Ubuntu 22.04 base image
17
+ - Antigravity package pre-installed
18
+ - Docker-based deployment on Hugging Face Spaces
19
+ - Non-root user for security
20
+
21
+ ## Usage
22
+ The container runs an Ubuntu environment with the antigravity package ready to use.
23
+ Access the sandbox through the Hugging Face Space interface.