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 2ba9b9f commit 0add3cfCopy full SHA for 0add3cf
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Base Image
2
-ARG BASE_IMAGE=ashleykza/a1111:1.10.0.post7
+ARG BASE_IMAGE=ashleykza/cu124-py311-1.10.1.post4
3
FROM ${BASE_IMAGE} AS base
4
5
ARG INDEX_URL
docker-bake.hcl
@@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
23
}
24
25
variable "BASE_IMAGE_VERSION" {
26
- default = "1.10.1.post4"
+ default = "cu124-py311-1.10.1.post4"
27
28
29
variable "PYTHON_VERSION" {
0 commit comments