docker pull https://registry.llj.sk/sd-next:latest
sha256:c24f872fc52f9624c6359567701fb701f0ca44643f306f985cd1d8adf6f73370
2025-07-27 21:18:32 UTC
5.13 GB
/usr/local/nvidia/lib:/usr/local/nvidia/lib64
LD_PRELOADlibtcmalloc.so.4
NVIDIA_DRIVER_CAPABILITIEScompute,utility
NVIDIA_VISIBLE_DEVICESall
PATH/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_NO_CACHE_DIRtrue
PIP_ROOT_USER_ACTIONignore
PYTORCH_VERSION2.7.0
SD_DATADIR/mnt/data
SD_DOCKERtrue
SD_MODELSDIR/mnt/models
SD_NOHASHINGtrue
UV_NO_CACHEtrue
[#000] sha256:c7ff1e1c28caf41f7d4d07c56a352f0d85193b99d74a99edeb82ae61674ba899 - 0.55% (29 MB)
[#001] sha256:3ff8a5d39b8cbdf91e811955779b14637abf4df49cdfa3665399141df6f90c3c - 0.13% (6.88 MB)
[#002] sha256:dad3226e89777e2ac93471a7a889e5f543e16be08b06d93d9a2ee5af2f4ab197 - 77.04% (3.95 GB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:63d5811910a47fe8c9628e6af433c281995333a71447f1c174faf4bba41dced6 - 0.0% (99 Bytes)
[#005] sha256:fcbd3f86fa42011fb90f36e9a2e65b0b1c0a1c7da9fe913562cf5e5789e4ee5b - 0.82% (42.9 MB)
[#006] sha256:751cdc6d15d233d8c8a885766556bd4e71a07bc87eaaa30a986d76481885290f - 5.94% (312 MB)
[#007] sha256:d0106eca831de71eb604d2b6379c55e64c0e98c962f224f0ed5d62e6ac33880a - 0.0% (10.5 KB)
[#008] sha256:0ca67ac79d49a52b81af0c9c469d86484625911c3dae40cef2b849734ac0ac16 - 1.74% (91.5 MB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:27b30cd35d326a6d225f7aa9a7ceaf717ef2f3574b519d6e8f88f08a34804061 - 13.77% (723 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-07 07:24:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-07 07:24:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-07 07:24:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-04-07 07:24:17 UTC/bin/sh -c #(nop) ADD file:433cf0b8353e08be3a6582ad5947c57a66bdbb842ed3095246a1ff6876d157f1 in /
2025-04-07 07:24:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-23 16:22:32 UTC (buildkit.dockerfile.v0)ARG PYTORCH_VERSION=2.7.0
2025-04-23 16:22:32 UTC (buildkit.dockerfile.v0)ARG TRITON_VERSION=
2025-04-23 16:22:32 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/amd64
2025-04-23 16:22:32 UTC (buildkit.dockerfile.v0)ARG CUDA_VERSION=12.8.0
2025-04-23 16:22:32 UTC (buildkit.dockerfile.v0)LABEL com.nvidia.volumes.needed=nvidia_driver
2025-04-23 16:22:32 UTC (buildkit.dockerfile.v0)RUN |4 PYTORCH_VERSION=2.7.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.8.0 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/* # buildkit
2025-04-23 16:27:12 UTC (buildkit.dockerfile.v0)COPY /opt/conda /opt/conda # buildkit
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)RUN |4 PYTORCH_VERSION=2.7.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.8.0 /bin/sh -c if test -n "${TRITON_VERSION}" -a "${TARGETPLATFORM}" != "linux/arm64"; then DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends gcc; rm -rf /var/lib/apt/lists/*; fi # buildkit
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)ENV NVIDIA_VISIBLE_DEVICES=all
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)ENV PYTORCH_VERSION=2.7.0
2025-04-23 16:27:13 UTC (buildkit.dockerfile.v0)WORKDIR /workspace
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.vendor=SD.Next
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=vladmandic
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://github.com/vladmandic/sdnext/
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://github.com/vladmandic/sdnext/wiki/Docker
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/vladmandic/sdnext/
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.licenses=AGPL-3.0
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=SD.Next
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.description=SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.base.name=https://hub.docker.com/pytorch/pytorch:2.7.0-cuda12.8-cudnn9-runtime
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=latest
2025-07-27 21:15:04 UTC (buildkit.dockerfile.v0)RUN apt-get -y update # buildkit
2025-07-27 21:16:17 UTC (buildkit.dockerfile.v0)RUN apt-get -y install git build-essential google-perftools curl ffmpeg # buildkit
2025-07-27 21:16:17 UTC (buildkit.dockerfile.v0)RUN /usr/sbin/ldconfig # buildkit
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)COPY . /app # buildkit
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV PIP_NO_CACHE_DIR=true
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV UV_NO_CACHE=true
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV PIP_ROOT_USER_ACTION=ignore
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV SD_NOHASHING=true
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV SD_DATADIR=/mnt/data
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV SD_MODELSDIR=/mnt/models
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV SD_DOCKER=true
2025-07-27 21:16:18 UTC (buildkit.dockerfile.v0)ENV LD_PRELOAD=libtcmalloc.so.4
2025-07-27 21:18:32 UTC (buildkit.dockerfile.v0)RUN python /app/launch.py --debug --uv --use-cuda --log sdnext.log --test --optional # buildkit
2025-07-27 21:18:32 UTC (buildkit.dockerfile.v0)CMD ["python" "launch.py" "--debug" "--skip-all" "--listen" "--quick" "--api-log" "--log" "sdnext.log"]
2025-07-27 21:18:32 UTC (buildkit.dockerfile.v0)EXPOSE map[7860/tcp:{}]
2025-07-27 21:18:32 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGINT
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.