From f993e66b994e4717b10b736e536299e52d5ab6da Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 9 Jun 2020 16:57:26 -0700 Subject: [PATCH] tools dependencies --- Dockerfile.panda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.panda b/Dockerfile.panda index 85b20c6..872852f 100644 --- a/Dockerfile.panda +++ b/Dockerfile.panda @@ -67,7 +67,7 @@ RUN cd /tmp && \ RUN cd /tmp/openpilot && \ pip install --no-cache-dir -r opendbc/requirements.txt && \ - pip install --no-cache-dir -r tools/requirements.txt + pip install --no-cache-dir aenum lru-dict pycurl tenacity COPY . /tmp/openpilot/panda RUN rm -rf /tmp/openpilot/panda/.git