Skip to content
Snippets Groups Projects
Commit cc740b68 authored by Jan Grewe's avatar Jan Grewe
Browse files

SD 1.6.0

parent d8fb78b9
No related branches found
No related tags found
No related merge requests found
Pipeline #902 passed
---
### SET IN CI VARIABLES
# variables:
# VERSION: "1.0.0"
# VERSION: "1.6.0"
# IMAGE_NAME: "registry.example.com/stable-diffusion-webui"
stages:
......@@ -11,7 +11,7 @@ stages:
build_image:
stage: build
script:
- docker build --build-arg VERSION=${VERSION} -t ${IMAGE_NAME}:${VERSION} .
- docker build --progress plain --build-arg VERSION=${VERSION} -t ${IMAGE_NAME}:${VERSION} .
push_image:
stage: push
......
FROM nvidia/cuda:11.8.0-base-ubuntu22.04
ARG VERSION
ENV VERSION=1.5.1
ENV VERSION=1.6.0
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update -y \
......
......@@ -5,7 +5,7 @@ This builds a Docker image containing the Stable Diffusion WebUI by AUTOMATIC111
## Build the image (and optionally push it to your registry)
Set the version and image name to use:
```
export VERSION="1.5.1"
export VERSION="1.x.y"
export IMAGE_NAME=registry.example.com/stable-diffusion-webui
```
Build the image and also add the `latest` tag:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment