diff --git a/tools/sim/build_container.sh b/tools/sim/build_container.sh index 7fb94ba85..8a9d0e0e2 100755 --- a/tools/sim/build_container.sh +++ b/tools/sim/build_container.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 \ diff --git a/tools/sim/start_openpilot_docker.sh b/tools/sim/start_openpilot_docker.sh index 97119c36d..4a3988394 100755 --- a/tools/sim/start_openpilot_docker.sh +++ b/tools/sim/start_openpilot_docker.sh @@ -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 \