mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-03-21 10:16:34 +08:00
update
This commit is contained in:
parent
29cee941f1
commit
4b5c7dd61b
@ -23,7 +23,7 @@ RUN pip install --upgrade pip setuptools wheel -i https://pypi.tuna.tsinghua.edu
|
||||
RUN pip wheel --no-cache-dir --no-deps --wheel-dir /usr/src/app/wheels -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv
|
||||
RUN pip install --no-cache-dir --find-links=/usr/src/app/wheels pipenv
|
||||
COPY ./Pipfile .
|
||||
RUN pipenv install --deploy
|
||||
RUN pipenv install --deploy --dev
|
||||
|
||||
# add app
|
||||
COPY . /usr/src/app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user