tools/simulator: Remove superseded build script for sim docker (#32546)
* remove
* add those back
old-commit-hash: d6a738bef7
pull/32103/head
parent
549bc535cd
commit
8d51127ef7
1 changed files with 0 additions and 10 deletions
@ -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 . |
|
Loading…
Reference in new issue