Specify comma containers come from ghcr.io in docker pull commands. (#20342)

old-commit-hash: 5463469f71
vw-mqb-aeb
wolterhv 4 years ago committed by GitHub
parent bcfe903263
commit dfb437648e
  1. 2
      tools/sim/build_container.sh
  2. 2
      tools/sim/start_openpilot_docker.sh

@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../
docker pull commaai/openpilot-base:latest
docker pull ghcr.io/commaai/openpilot-base:latest
docker build \
--cache-from commaai/openpilot-sim:latest \
-t commaai/openpilot-sim:latest \

@ -3,7 +3,7 @@
# expose X to the container
xhost +local:root
docker pull commaai/openpilot-sim:latest
docker pull ghcr.io/commaai/openpilot-sim:latest
docker run --net=host\
--name openpilot_client \

Loading…
Cancel
Save