We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e80a78 commit f645b45Copy full SHA for f645b45
README.md
@@ -17,7 +17,7 @@ Now with SDXL support.
17
18
* Ubuntu 22.04 LTS
19
* CUDA 12.4
20
-* Python 3.10.12
+* Python 3.11.12
21
* Torch 2.6.0
22
* xformers 0.0.29.post3
23
* [Jupyter Lab](https://github.com/jupyterlab/jupyterlab)
docker-bake.hcl
@@ -11,7 +11,7 @@ variable "APP" {
11
}
12
13
variable "RELEASE" {
14
- default = "8.9.22"
+ default = "8.9.23"
15
16
variable "CU_VERSION" {
@@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
24
25
variable "BASE_IMAGE_VERSION" {
26
- default = "1.10.1.post2"
+ default = "1.10.1.post3"
27
28
29
variable "PYTHON_VERSION" {
0 commit comments