Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jul 31, 2024
1 parent 0d8b268 commit 95657ba
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 @@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
}

variable "BASE_IMAGE_VERSION" {
default = "2.2.2"
default = "2.2.3"
}

variable "CUDA_VERSION" {
Expand All @@ -40,7 +40,7 @@ variable "PYTHON_VERSION" {

target "default" {
dockerfile = "Dockerfile"
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:${RELEASE}.post6"]
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:${RELEASE}.post7"]
args = {
RELEASE = "${RELEASE}"
BASE_IMAGE = "${BASE_IMAGE_REPOSITORY}:${BASE_IMAGE_VERSION}-python${PYTHON_VERSION}-cuda${CUDA_VERSION}-torch${TORCH_VERSION}"
Expand Down

0 comments on commit 95657ba

Please sign in to comment.