From d6a738bef7b8d8cfacfe8f7edf9fc01ba435f05a Mon Sep 17 00:00:00 2001 From: Hoang Bui <47828508+bongbui321@users.noreply.github.com> Date: Mon, 27 May 2024 12:22:41 -0400 Subject: [PATCH] tools/simulator: Remove superseded build script for sim docker (#32546) * remove * add those back --- tools/sim/build_container.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 tools/sim/build_container.sh diff --git a/tools/sim/build_container.sh b/tools/sim/build_container.sh deleted file mode 100755 index 451277d590..0000000000 --- a/tools/sim/build_container.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -cd $DIR/../../ - -docker pull ghcr.io/commaai/openpilot-base:latest -docker build \ - --cache-from ghcr.io/commaai/openpilot-sim:latest \ - -t ghcr.io/commaai/openpilot-sim:latest \ - -f tools/sim/Dockerfile.sim .