Files
clearpilot/.devcontainer/host_setup.cmd
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

10 lines
261 B
Batchfile
Executable File

:: 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