Depthflow / Dockerfile
Mbonea's picture
All setup
4364953
raw
history blame contribute delete
No virus
130 Bytes
FROM mbonea/replicate-model:0.0.1
COPY . /app
WORKDIR /app
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]