fufeigemini / wiki /hf /Dockerfile
Leeflour's picture
Upload 197 files
d0dd276 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"]