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
f8f9d548ad
commit
776cb95c96
1 changed files with 11 additions and 0 deletions
|
@ -14,6 +14,17 @@ group "default" {
|
|||
]
|
||||
}
|
||||
|
||||
group "rocm" {
|
||||
targets = [
|
||||
"py310-rocm56",
|
||||
"py310-rocm57",
|
||||
"py310-rocm602",
|
||||
"py310-rocm60",
|
||||
"py310-rocm61",
|
||||
"py310-rocm612"
|
||||
]
|
||||
}
|
||||
|
||||
target "py311-cuda121" {
|
||||
contexts = {
|
||||
scripts = "../../container-template"
|
||||
|
|
Loading…
Reference in a new issue