mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-10 05:25:18 +01:00
Update docker-bake.hcl
This commit is contained in:
parent
29de5b6648
commit
db5fb167ba
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,7 @@ group "rocm" {
|
||||||
target "py311-cuda121" {
|
target "py311-cuda121" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -41,6 +42,7 @@ target "py311-cuda121" {
|
||||||
target "py311-cuda118" {
|
target "py311-cuda118" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -55,6 +57,7 @@ target "py311-cuda118" {
|
||||||
target "py311-cuda124" {
|
target "py311-cuda124" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -70,6 +73,7 @@ target "py311-cuda124" {
|
||||||
target "py310-rocm56" {
|
target "py310-rocm56" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -84,6 +88,7 @@ target "py310-rocm56" {
|
||||||
target "py310-rocm57" {
|
target "py310-rocm57" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -98,6 +103,7 @@ target "py310-rocm57" {
|
||||||
target "py310-rocm602" {
|
target "py310-rocm602" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -112,6 +118,7 @@ target "py310-rocm602" {
|
||||||
target "py310-rocm60" {
|
target "py310-rocm60" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -126,6 +133,7 @@ target "py310-rocm60" {
|
||||||
target "py310-rocm61" {
|
target "py310-rocm61" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
@ -140,6 +148,7 @@ target "py310-rocm61" {
|
||||||
target "py310-rocm612" {
|
target "py310-rocm612" {
|
||||||
contexts = {
|
contexts = {
|
||||||
default = "../../container-template"
|
default = "../../container-template"
|
||||||
|
scripts = "../../container-template"
|
||||||
proxy = "../../container-template/proxy"
|
proxy = "../../container-template/proxy"
|
||||||
logo = "../../container-template"
|
logo = "../../container-template"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue