Skip to content

Commit

Permalink
why do i curse myself like this
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Feb 26, 2024
1 parent 9477910 commit 7734917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ target "common" {
target "base" {
name = stripName(
cuda.with-trt
? "trt-${cuda.name}-torch${torch.version}"
: "base-${cuda.name}-torch${torch.version}"
? "trt-${cuda.name}-${torchName(torch.version)}"
: "base-${cuda.name}-${torchName(torch.version)}"
)
inherits = ["common", "docker-metadata-action"]
context = "docker/base"
Expand Down

0 comments on commit 7734917

Please sign in to comment.