Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/runpod/containers
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Sep 19, 2023
2 parents ced377f + e139265 commit f6d86f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion official-templates/stable-diffusion-webui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04

ARG WEBUI_VERSION=v1.6.0
ARG WEBUI_VERSION

ENV DEBIAN_FRONTEND noninteractive
ENV SHELL=/bin/bash
Expand Down
3 changes: 3 additions & 0 deletions official-templates/stable-diffusion-webui/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ target "default" {
scripts = "../../container-template"
proxy = "../../container-template/proxy"
}
args = {
WEBUI_VERSION = "v1.6.0"
}
}

0 comments on commit f6d86f4

Please sign in to comment.