mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
tools/simulator: Remove superseded build script for sim docker (#32546)
* remove * add those back
This commit is contained in:
@@ -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 .
|
||||
Reference in New Issue
Block a user