File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ variable "HUGGINGFACE_ACCESS_TOKEN" {
15
15
}
16
16
17
17
group "default" {
18
- targets = [" base" , " sd3" , " flux1-dev" , " ipadatper " ]
18
+ targets = [" base" , " sd3" , " flux1-dev" , " ipadapter " ]
19
19
}
20
20
21
21
target "base" {
@@ -50,14 +50,14 @@ target "flux1-dev" {
50
50
inherits = [" base" ]
51
51
}
52
52
53
- target "ipadatper " {
53
+ target "ipadapter " {
54
54
context = " ."
55
55
dockerfile = " Dockerfile"
56
56
target = " final"
57
57
args = {
58
- MODEL_TYPE = " ipadatper "
58
+ MODEL_TYPE = " ipadapter "
59
59
HUGGINGFACE_ACCESS_TOKEN = " ${ HUGGINGFACE_ACCESS_TOKEN } "
60
60
}
61
- tags = [" ${ DOCKERHUB_REPO } /${ DOCKERHUB_IMG } :${ RELEASE_VERSION } -ipadatper " ]
61
+ tags = [" ${ DOCKERHUB_REPO } /${ DOCKERHUB_IMG } :${ RELEASE_VERSION } -ipadapter " ]
62
62
inherits = [" base" ]
63
63
}
You can’t perform that action at this time.
0 commit comments