You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
396 B
10 lines
396 B
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
|
|
|