Skip to content

Commit

Permalink
dev container: pull docker base image (commaai#29968)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Sep 19, 2023
1 parent 66e5531 commit d0a3151
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/host_setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# pull base image
docker pull ghcr.io/commaai/openpilot-base:latest

# setup .host dir
mkdir -p .devcontainer/.host

Expand Down

0 comments on commit d0a3151

Please sign in to comment.