Skip to content

Commit f645b45

Browse files
Bump base imahe to version 1.10.1.post3, and Python to version 3.11.12
1 parent 6e80a78 commit f645b45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Now with SDXL support.
1717

1818
* Ubuntu 22.04 LTS
1919
* CUDA 12.4
20-
* Python 3.10.12
20+
* Python 3.11.12
2121
* Torch 2.6.0
2222
* xformers 0.0.29.post3
2323
* [Jupyter Lab](https://github.com/jupyterlab/jupyterlab)

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "APP" {
1111
}
1212

1313
variable "RELEASE" {
14-
default = "8.9.22"
14+
default = "8.9.23"
1515
}
1616

1717
variable "CU_VERSION" {
@@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
2323
}
2424

2525
variable "BASE_IMAGE_VERSION" {
26-
default = "1.10.1.post2"
26+
default = "1.10.1.post3"
2727
}
2828

2929
variable "PYTHON_VERSION" {

0 commit comments

Comments
 (0)