From 6ed675b5db217e3ffaa45711444742127d2d3ee9 Mon Sep 17 00:00:00 2001 From: Robin Reckmann Date: Sun, 8 Sep 2024 22:52:32 +0900 Subject: [PATCH] Add tag --- build_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system.sh b/build_system.sh index 5db38b5..fa85f64 100755 --- a/build_system.sh +++ b/build_system.sh @@ -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)