Files
MoreTore/Dockerfile.openpilot
Vehicle Researcher 551d088497 openpilot v0.10.0
2025-09-22 21:17:34 -07:00

13 lines
234 B
Docker

FROM ghcr.io/commaai/openpilot-base:latest
ENV PYTHONUNBUFFERED=1
ENV OPENPILOT_PATH=/home/batman/openpilot
RUN mkdir -p ${OPENPILOT_PATH}
WORKDIR ${OPENPILOT_PATH}
COPY . ${OPENPILOT_PATH}/
RUN scons --cache-readonly -j$(nproc)