Skip to content

Commit

Permalink
docker: update pip/pipenv versiosn (commaai#22793)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm authored Nov 4, 2021
1 parent 28e16c7 commit 3f8991a
Show file tree
Hide file tree
Showing 4 changed files with 535 additions and 373 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.openpilot
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.openpilot_base
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ COPY Pipfile Pipfile.lock /tmp/
RUN pyenv install 3.8.10 && \
pyenv global 3.8.10 && \
pyenv rehash && \
pip install --no-cache-dir --upgrade pip==20.1.1 && \
pip install --no-cache-dir pipenv==2020.8.13 && \
pip install --no-cache-dir --upgrade pip==21.3.1 && \
pip install --no-cache-dir pipenv==2021.5.29 && \
cd /tmp && \
pipenv install --system --deploy --dev --clear && \
pip uninstall -y pipenv
Loading

0 comments on commit 3f8991a

Please sign in to comment.