gemddl / Dockerfile
Soveea's picture
Update Dockerfile
20f3079 verified
raw
history blame contribute delete
122 Bytes
FROM ghcr.io/sov-potato/hajimi:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]