mirror of https://github.com/commaai/openpilot.git
remove a pyenv reference
This commit is contained in:
parent
f5752121f8
commit
278c312876
|
@ -65,7 +65,7 @@ USER $USER
|
|||
|
||||
ENV POETRY_VIRTUALENVS_CREATE=false
|
||||
ENV VIRTUAL_ENV_ROOT="/home/$USER/venv"
|
||||
ENV PATH="$VIRTUAL_ENV_ROOT/bin:$PYENV_ROOT/lib:$PATH"
|
||||
ENV PATH="$VIRTUAL_ENV_ROOT/bin"
|
||||
|
||||
COPY --chown=$USER pyproject.toml poetry.lock /tmp/
|
||||
COPY --chown=$USER tools/install_python_dependencies.sh /tmp/tools/
|
||||
|
|
Loading…
Reference in New Issue