From db579da318d1f7b82275f5c33766a7e82c36beec Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 8 Mar 2021 22:13:24 -0800 Subject: [PATCH] these are no longer in the pipfile old-commit-hash: cfe03382845040cfde7b88567139ca893cf8b035 --- Dockerfile.openpilot_base | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.openpilot_base b/Dockerfile.openpilot_base index 23f50fd149..48bc98159b 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