tun-chisel / Docker
igor04091968's picture
Create Docker
d17a674 verified
raw
history blame contribute delete
210 Bytes
# Run on port 7860 (Hugging Face compatible)
docker run -p 7860:7860 \
-e GEMINI_AUTH_PASSWORD=your_password \
-e GEMINI_CREDENTIALS='{"client_id":"...","token":"..."}' \
-e PORT=7860 \
geminicli2api