gemini104 / Dockerfile
zx1999's picture
Update Dockerfile
034e953 verified
raw
history blame contribute delete
127 Bytes
FROM ghcr.io/zx1121028069/gemini101:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]