mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
9032365ea1
old-commit-hash: 983120bfed
7 lines
229 B
Docker
7 lines
229 B
Docker
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update && apt-get install -y make python python-pip git
|
|
COPY tests/safety/requirements.txt /panda/tests/safety/requirements.txt
|
|
RUN pip install -r /panda/tests/safety/requirements.txt
|
|
COPY . /panda
|