Skip to content

Commit

Permalink
build: fix duplicated group names (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored May 7, 2024
1 parent 511ffd0 commit 752d9b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bakefiles/4.3.3.extra.docker-bake.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
]
}
],
"binder": [
"binder-images": [
{
"targets": [
"binder"
]
}
],
"cuda": [
"cuda-images": [
{
"targets": [
"cuda",
Expand Down
4 changes: 2 additions & 2 deletions bakefiles/4.4.0.extra.docker-bake.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
]
}
],
"binder": [
"binder-images": [
{
"targets": [
"binder"
]
}
],
"cuda": [
"cuda-images": [
{
"targets": [
"cuda",
Expand Down
4 changes: 2 additions & 2 deletions build/templates/bakefiles/extra.docker-bake.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"targets": ["cuda", "ml", "ml-verse", "binder"]
}
],
"binder": [
"binder-images": [
{
"targets": ["binder"]
}
],
"cuda": [
"cuda-images": [
{
"targets": ["cuda", "ml", "ml-verse"]
}
Expand Down

0 comments on commit 752d9b5

Please sign in to comment.