vertex / Dockerfile
nanoppa's picture
Create Dockerfile
04b6753 verified
raw
history blame contribute delete
119 Bytes
FROM ghcr.io/pigracing/hajimi:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]