host_setup.cmd 261 B

12345678910
  1. :: pull base image
  2. IF NOT DEFINED USE_LOCAL_IMAGE ^
  3. echo "Updating openpilot_base image if needed..." && ^
  4. docker pull ghcr.io/commaai/openpilot-base:latest
  5. :: setup .host dir
  6. mkdir .devcontainer\.host
  7. :: setup host env file
  8. echo "" > .devcontainer\.host\.env