mirror of https://github.com/commaai/openpilot.git
parent
d670eb4125
commit
8ec4fa1002
|
@ -1 +1 @@
|
|||
3.8.2
|
||||
3.8.5
|
||||
|
|
|
@ -54,8 +54,8 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
|
|||
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
|
||||
|
||||
COPY Pipfile Pipfile.lock /tmp/
|
||||
RUN pyenv install 3.8.2 && \
|
||||
pyenv global 3.8.2 && \
|
||||
RUN pyenv install 3.8.5 && \
|
||||
pyenv global 3.8.5 && \
|
||||
pyenv rehash && \
|
||||
pip install --no-cache-dir --upgrade pip==20.1.1 && \
|
||||
pip install --no-cache-dir pipenv==2020.8.13 && \
|
||||
|
|
|
@ -35,8 +35,8 @@ if [ -z "$OPENPILOT_ENV" ] && [ -n "$RC_FILE" ] && [ -z "$CI" ]; then
|
|||
echo "Added openpilot_env to RC file: $RC_FILE"
|
||||
fi
|
||||
|
||||
pyenv install -s 3.8.2
|
||||
pyenv global 3.8.2
|
||||
pyenv install -s 3.8.5
|
||||
pyenv global 3.8.5
|
||||
pyenv rehash
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
|
|
|
@ -80,9 +80,9 @@ git lfs pull
|
|||
git submodule init
|
||||
git submodule update
|
||||
|
||||
# install python 3.8.2 globally (you should move to python3 anyway)
|
||||
pyenv install -s 3.8.2
|
||||
pyenv global 3.8.2
|
||||
# install python
|
||||
pyenv install -s 3.8.5
|
||||
pyenv global 3.8.5
|
||||
pyenv rehash
|
||||
|
||||
# **** in python env ****
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
What's needed:
|
||||
- Ubuntu 20.04
|
||||
- Python 3.8.2
|
||||
- GPU (recommended)
|
||||
- Two USB webcams, at least 720p and 78 degrees FOV (e.g. Logitech C920/C615)
|
||||
- [Car harness](https://comma.ai/shop/products/comma-car-harness) with black panda to connect to your car
|
||||
|
|
Loading…
Reference in New Issue