File size: 120 Bytes
6489528
786b9bf
 
 
 
 
1
2
3
4
5
6
FROM ghcr.io/asemxin/gemini:latest


EXPOSE 7860

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]