mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 08:53:53 +08:00
docker: update pip/pipenv versiosn (#22793)
This commit is contained in:
@@ -9,7 +9,7 @@ RUN mkdir -p ${OPENPILOT_PATH}
|
||||
WORKDIR ${OPENPILOT_PATH}
|
||||
|
||||
COPY Pipfile Pipfile.lock $OPENPILOT_PATH
|
||||
RUN pip install --no-cache-dir pipenv==2020.8.13 && \
|
||||
RUN pip install --no-cache-dir pipenv==2021.5.29 pip==21.3.1 && \
|
||||
pipenv install --system --deploy --dev --clear && \
|
||||
pip uninstall -y pipenv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user