TRaw commited on
Commit
e17d95c
1 Parent(s): 72e4219

Create dockr

Browse files

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"]

Files changed (1) hide show
  1. dockr +1 -0
dockr ADDED
@@ -0,0 +1 @@
 
 
1
+ git clone https://huggingface.co/spaces/TRaw/1111