mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-23 09:13:50 +08:00
Add tag
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ docker build -f Dockerfile.compiler --check $DIR
|
||||
|
||||
# Build agnos-compiler docker
|
||||
echo "Building agnos-compiler docker image"
|
||||
docker build -f Dockerfile.compiler -t agnos-compiler $DIR
|
||||
docker build -f Dockerfile.compiler -t agnos-compiler:latest $DIR
|
||||
echo "Creating agnos-compiler container"
|
||||
COMPILER_CONTAINER_ID=$(docker container create --entrypoint /bin/bash agnos-compiler:latest)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user