mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-03 16:49:31 +08:00
12f2ca40ee
old-commit-hash: c8b4633cd1941ff13fce375d557f1ca90e371cfd
7 lines
225 B
Docker
7 lines
225 B
Docker
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update && apt-get install -y make python python-pip
|
|
COPY tests/safety/requirements.txt /panda/tests/safety/requirements.txt
|
|
RUN pip install -r /panda/tests/safety/requirements.txt
|
|
COPY . /panda
|