igor04091968 commited on
Commit
d17a674
·
verified ·
1 Parent(s): 9171f43

Create Docker

Browse files
Files changed (1) hide show
  1. Docker +7 -0
Docker ADDED
@@ -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
+