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)