mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
12f2ca40ee
old-commit-hash: c8b4633cd1
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
|