gemini_test / Dockerfile
Ranck626's picture
Create Dockerfile
79f81fe verified
raw
history blame contribute delete
120 Bytes
FROM ghcr.io/ranck626/gemini:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]