mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
include pipenv dev
This commit is contained in:
parent
2506690ad1
commit
29cee941f1
@ -68,7 +68,7 @@ COPY --from=builder /usr/src/app/wheels /wheels
|
||||
COPY --from=builder /usr/src/app/Pipfile .
|
||||
RUN pip install --upgrade pip setuptools wheel -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
RUN pip install --no-cache /wheels/*
|
||||
RUN pipenv install --deploy
|
||||
RUN pipenv install --deploy --dev
|
||||
RUN pipenv run pip install "uvicorn[standard]==0.26.0"
|
||||
|
||||
# add app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user