mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-06 21:34:06 +01:00
Update Dockerfile
pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime
This commit is contained in:
parent
20b593f840
commit
ae30d6b0af
|
|
@ -14,7 +14,8 @@ RUN . /clone.sh generative-models https://github.com/Stability-AI/generative-mod
|
||||||
RUN . /clone.sh stable-diffusion-webui-assets https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets 6f7db241d2f8ba7457bac5ca9753331f0c266917
|
RUN . /clone.sh stable-diffusion-webui-assets https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets 6f7db241d2f8ba7457bac5ca9753331f0c266917
|
||||||
|
|
||||||
|
|
||||||
FROM pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime
|
#FROM pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime
|
||||||
|
FROM pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
|
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue