Skip to content

Commit 5d7c166

Browse files
committed
fix: fixed typo for ipadatper
1 parent 086dcbe commit 5d7c166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-bake.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "HUGGINGFACE_ACCESS_TOKEN" {
1515
}
1616

1717
group "default" {
18-
targets = ["base", "sd3", "flux1-dev", "ipadatper"]
18+
targets = ["base", "sd3", "flux1-dev", "ipadapter"]
1919
}
2020

2121
target "base" {
@@ -50,14 +50,14 @@ target "flux1-dev" {
5050
inherits = ["base"]
5151
}
5252

53-
target "ipadatper" {
53+
target "ipadapter" {
5454
context = "."
5555
dockerfile = "Dockerfile"
5656
target = "final"
5757
args = {
58-
MODEL_TYPE = "ipadatper"
58+
MODEL_TYPE = "ipadapter"
5959
HUGGINGFACE_ACCESS_TOKEN = "${HUGGINGFACE_ACCESS_TOKEN}"
6060
}
61-
tags = ["${DOCKERHUB_REPO}/${DOCKERHUB_IMG}:${RELEASE_VERSION}-ipadatper"]
61+
tags = ["${DOCKERHUB_REPO}/${DOCKERHUB_IMG}:${RELEASE_VERSION}-ipadapter"]
6262
inherits = ["base"]
6363
}

0 commit comments

Comments
 (0)