This commit is contained in:
Robin Reckmann
2024-09-08 22:52:32 +09:00
parent 35266955bd
commit 6ed675b5db
+1 -1
View File
@@ -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)