mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-02 21:54:17 +01:00
Update comfyui v0.11.1
This commit is contained in:
parent
5ce4cdd4db
commit
36051c6f38
|
|
@ -1,7 +1,7 @@
|
|||
ARG PYTORCH_VERSION=2.9.1-cuda13.0-cudnn9-devel
|
||||
FROM pytorch/pytorch:${PYTORCH_VERSION} AS build
|
||||
|
||||
ARG COMFYUI_VERSION=v0.9.2
|
||||
ARG COMFYUI_VERSION=v0.11.1
|
||||
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
|
||||
RUN python --version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue