Skip to content

Commit

Permalink
Bump base image to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Apr 12, 2024
1 parent e87d6d3 commit a5921f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target "default" {
tags = ["${USERNAME}/${APP}:${RELEASE}"]
args = {
RELEASE = "${RELEASE}"
BASE_IMAGE = "ashleykza/runpod-base:1.0.0-cuda12.1.1-torch2.2.1"
BASE_IMAGE = "ashleykza/runpod-base:1.0.1-cuda12.1.1-torch2.2.1"
INDEX_URL = "https://download.pytorch.org/whl/cu${CU_VERSION}"
TORCH_VERSION = "2.2.1+cu${CU_VERSION}"
OOBABOOGA_COMMIT = "26d822f64f2a029306b250b69dc58468662a4fc6"
Expand Down

0 comments on commit a5921f5

Please sign in to comment.