parent
5772683432
commit
4a4f3fce94
3 changed files with 1 additions and 22 deletions
@ -1,20 +0,0 @@ |
||||
#!/usr/bin/env bash |
||||
set -e |
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" |
||||
OP_ROOT="$DIR/../../" |
||||
|
||||
if [ -z "$BUILD" ]; then |
||||
docker pull ghcr.io/commaai/openpilot-base:latest |
||||
else |
||||
docker build --cache-from ghcr.io/commaai/openpilot-base:latest -t ghcr.io/commaai/openpilot-base:latest -f $OP_ROOT/Dockerfile.openpilot_base . |
||||
fi |
||||
|
||||
docker run \ |
||||
-it \ |
||||
--rm \ |
||||
--volume $OP_ROOT:$OP_ROOT \ |
||||
--workdir $PWD \ |
||||
--env PYTHONPATH=$OP_ROOT \ |
||||
ghcr.io/commaai/openpilot-base:latest \ |
||||
/bin/bash |
Loading…
Reference in new issue