Commit History

Create dockr (#1)
247d42d

TRaw commited on

FROM python:3.9 WORKDIR /code COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY . . CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
72e4219

TRaw commited on

Create q
6c3652b

TRaw commited on

Create dkr
c1a75cc

TRaw commited on

Create sjs
5430a75

TRaw commited on

initial commit
c6154af

TRaw commited on