Skip to content

Commit

Permalink
Fix git issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Aug 10, 2023
1 parent 283c9fa commit 5abd18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ghcr.io/commaai/openpilot-base:latest

RUN printf "\nsource /workspaces/openpilot/tools/openpilot_env.sh\n" >> ~/.bashrc
# 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
RUN pip install ipython jupyter jupyterlab

0 comments on commit 5abd18b

Please sign in to comment.