Spaces:
Running
Running
FROM tiangolo/uvicorn-gunicorn:python3.11 | |
LABEL maintainer="Sebastian Ramirez <[email protected]>" | |
COPY requirements.txt /tmp/requirements.txt | |
RUN pip install --no-cache-dir -r /tmp/requirements.txt | |
COPY ./app /app |