diff --git a/Dockerfile.openpilot_base b/Dockerfile.openpilot_base index 23f50fd1..48bc9815 100644 --- a/Dockerfile.openpilot_base +++ b/Dockerfile.openpilot_base @@ -61,5 +61,4 @@ RUN pyenv install 3.8.2 && \ pip install --no-cache-dir pipenv==2020.8.13 && \ cd /tmp && \ pipenv install --system --deploy --dev --clear && \ - pip uninstall torch tensorflow -y && \ pip uninstall -y pipenv