mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 18:53:55 +08:00
Update pip to 20.1.1 so python-opencv installation succeeds
old-commit-hash: b16e90c781
This commit is contained in:
@@ -53,6 +53,7 @@ COPY Pipfile Pipfile.lock /tmp/
|
||||
RUN pyenv install 3.8.2 && \
|
||||
pyenv global 3.8.2 && \
|
||||
pyenv rehash && \
|
||||
pip install --no-cache-dir --upgrade pip==20.1.1 && \
|
||||
pip install --no-cache-dir pipenv==2018.11.26 && \
|
||||
cd /tmp && \
|
||||
pipenv install --system --deploy --clear && \
|
||||
|
||||
Reference in New Issue
Block a user