Gemimi / hf /Dockerfile
bigAIking64's picture
Upload 119 files
97470e9 verified
raw
history blame contribute delete
118 Bytes
FROM ghcr.io/rzline/hajimi:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]