mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 17:03:56 +08:00
* Download rc files to batman home directory. Fix links
* Move CARLA_HOST to devcontainer.json
* Remove user root
old-commit-hash: 3cf58e55eb
11 lines
396 B
Docker
11 lines
396 B
Docker
FROM ghcr.io/commaai/openpilot-base:latest
|
|
|
|
RUN apt update && apt install -y vim net-tools usbutils htop ripgrep tmux
|
|
RUN pip install ipython jupyter jupyterlab
|
|
|
|
USER batman
|
|
|
|
RUN cd $HOME && \
|
|
curl -O https://raw.githubusercontent.com/commaai/agnos-builder/master/userspace/home/.tmux.conf && \
|
|
curl -O https://raw.githubusercontent.com/commaai/agnos-builder/master/userspace/home/.vimrc
|