mirror of https://github.com/commaai/cereal.git
update python to 3.8.5
This commit is contained in:
parent
c46caf4170
commit
0a479189a6
|
@ -34,8 +34,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
|
||||
RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
|
||||
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
|
||||
RUN pyenv install 3.8.2 && \
|
||||
pyenv global 3.8.2 && \
|
||||
RUN pyenv install 3.8.5 && \
|
||||
pyenv global 3.8.5 && \
|
||||
pyenv rehash && \
|
||||
pip3 install --no-cache-dir pyyaml==5.1.2 Cython==0.29.14 scons==3.1.1 pycapnp==1.0.0b1 pre-commit==2.4.0 pylint==2.5.2 parameterized==0.7.4 coverage==5.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue