Sync master-priv with public sunnypilot:master

This commit is contained in:
DevTekVE
2023-10-13 16:40:08 +00:00
parent db4d201819
commit f885863e1e
203 changed files with 5433 additions and 4891 deletions
+10
View File
@@ -0,0 +1,10 @@
:: pull base image
IF NOT DEFINED USE_LOCAL_IMAGE ^
echo "Updating openpilot_base image if needed..." && ^
docker pull ghcr.io/commaai/openpilot-base:latest
:: setup .host dir
mkdir .devcontainer\.host
:: setup host env file
echo "" > .devcontainer\.host\.env