Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
igor04091968
/
tun-chisel
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
igor04091968
commited on
Sep 6, 2025
Commit
d17a674
·
verified
·
1 Parent(s):
9171f43
Create Docker
Browse files
Files changed (1)
hide
show
Docker
+7
-0
Docker
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
# Run on port 7860 (Hugging Face compatible)
2
+
docker run -p 7860:7860 \
3
+
-e GEMINI_AUTH_PASSWORD=your_password \
4
+
-e GEMINI_CREDENTIALS='{"client_id":"...","token":"..."}' \
5
+
-e PORT=7860 \
6
+
geminicli2api
7
+