From 835d619a90412b366d6621add7412eba52db006b Mon Sep 17 00:00:00 2001 From: PatrickChenHZ <2540932806@qq.com> Date: Tue, 21 Jan 2025 10:57:51 -0600 Subject: [PATCH] change back image tagname for consistency --- DockerBuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerBuild.sh b/DockerBuild.sh index a4b745e9c..25b9efd55 100755 --- a/DockerBuild.sh +++ b/DockerBuild.sh @@ -8,7 +8,7 @@ set -x # would speed up recompile times significantly. For end users, # the simplicity of a single Docker image and a one-time compilation # seems better. -docker build -t bambu_studio_yes_args \ +docker build -t bambustudio \ --build-arg USER=${USER:-root} \ --build-arg UID=$(id -u) \ --build-arg GID=$(id -g) \