Files
dragonpilot/.devcontainer/Dockerfile
Comma Device 5c73e264e9 Release 260308
2026-03-08 23:26:57 +08:00

7 lines
253 B
Docker

FROM ghcr.io/commaai/openpilot-base:latest
# remove gitconfig if exists, since its gonna be replaced by host one
RUN rm -f /root/.gitconfig
RUN apt update && apt install -y vim net-tools usbutils htop ripgrep
RUN pip install ipython jupyter jupyterlab