File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ group "all" {
3939
4040target "cu124-py311" {
4141 dockerfile = " Dockerfile"
42- tags = [" ${ REGISTRY } /${ REGISTRY_USER } /${ APP } :${ RELEASE } .post1 " ]
42+ tags = [" ${ REGISTRY } /${ REGISTRY_USER } /${ APP } :cu124-py311- ${ RELEASE } " ]
4343 args = {
4444 RELEASE = " ${ RELEASE } "
4545 BASE_IMAGE = " ${ BASE_IMAGE_REPOSITORY } :${ BASE_IMAGE_VERSION } -python3.11-cuda12.4.1-torch2.6.0"
@@ -53,7 +53,7 @@ target "cu124-py311" {
5353
5454target "cu128-py311" {
5555 dockerfile = " Dockerfile"
56- tags = [" ${ REGISTRY } /${ REGISTRY_USER } /${ APP } :${ RELEASE } .post1 " ]
56+ tags = [" ${ REGISTRY } /${ REGISTRY_USER } /${ APP } :cu128-py311- ${ RELEASE } " ]
5757 args = {
5858 RELEASE = " ${ RELEASE } "
5959 BASE_IMAGE = " ${ BASE_IMAGE_REPOSITORY } :${ BASE_IMAGE_VERSION } -python3.11-cuda12.8.1-torch2.7.0"
You can’t perform that action at this time.
0 commit comments