desco / Dockerfile
zdou0830's picture
Add application file
ac46865
raw
history blame
No virus
146 Bytes
FROM pengchuanzhang/pytorch:ubuntu20.04_torch1.9-cuda11.3-nccl2.9.9
COPY . .
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]