Skip to content

Commit 25ee7aa

Browse files
authored
chore: update base images in case that helps with anything (#445)
* chore: update base images in case that helps ith anything Signed-off-by: Brooke Storm <brookes@nvidia.com> * chore: update base again for wheels Signed-off-by: Brooke Storm <brookes@nvidia.com> --------- Signed-off-by: Brooke Storm <brookes@nvidia.com>
1 parent db97946 commit 25ee7aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@ variable "BAKE_TAG" {
7070

7171
# Pin for nmp-python-base (built by nmp-python-base-builder; run that target to update)
7272
variable "BASE_TAG_PYTHON" {
73-
default = "dbdc61fdb117f48bc9569b4274afe836cf0de030"
73+
default = "d9e1851f309d3cf5389c0fc0e1049bd3c87593f8"
7474
}
7575

7676
# Pin for nmp-automodel-base.
7777
variable "BASE_TAG_AUTOMODEL" {
78-
default = "dbdc61fdb117f48bc9569b4274afe836cf0de030"
78+
default = "d9e1851f309d3cf5389c0fc0e1049bd3c87593f8"
7979
}
8080

8181
# The tag for base images if needed
8282
variable "WHEELS_TAG" {
83-
default = "3fd6986ff173b598446ffac06d9be3f84b482495"
83+
default = "c6fe97bde6a687d506a33edfee36569b8c7252f3"
8484
}
8585

8686
variable "BAKE_CACHE_SOURCE_BRANCH" {

0 commit comments

Comments
 (0)