artist-styles-SDXL / Dockerfile
spideyrim's picture
Rename Dokerfile to Dockerfile
a007512
raw
history blame
No virus
122 Bytes
FROM python:3.9
WORKDIR /code
RUN python grid.py
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]