lmarenaai / Dockerfile
kongwi949's picture
Update Dockerfile
82edd6a verified
raw
history blame contribute delete
115 Bytes
FROM deanxv/lmarena2api:latest
EXPOSE 10088
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "10088"]