Update docker-bake.hcl

This commit is contained in:
Madiator2011 2024-08-06 13:03:41 +02:00 committed by GitHub
parent f8f9d548ad
commit 776cb95c96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"