feat(api): install gunicorn/uvicorn from pip
This commit is contained in:
parent
92b2a0d1e0
commit
3b4f9ef477
5 changed files with 6 additions and 7 deletions
|
@ -151,7 +151,7 @@ WORKDIR /src
|
|||
|
||||
COPY api/requirements.txt .
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip install --no-compile gunicorn uvicorn -r requirements.txt
|
||||
pip install --no-compile -r requirements.txt
|
||||
|
||||
COPY --from=python-builder /build/shared/*.whl .
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue