tools dependencies

master
Adeeb Shihadeh 2020-06-09 16:57:26 -07:00
parent 9eee6ca556
commit f993e66b99
1 changed files with 1 additions and 1 deletions

View File

@ -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