comfyui-container (sha256:6e0f58fe7d6d157b9ce8de419b751cc59f861dec56ad8b0bb7ec5a5023e8ba71)
Published 2025-10-09 18:21:41 +03:00 by ymnuk
Installation
docker pull git.ymnuktech.ru/ymnuk/comfyui-container@sha256:6e0f58fe7d6d157b9ce8de419b751cc59f861dec56ad8b0bb7ec5a5023e8ba71sha256:6e0f58fe7d6d157b9ce8de419b751cc59f861dec56ad8b0bb7ec5a5023e8ba71Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:415bbc01dfb447d002e2d8173e113ef025d2bbfa20f1205823fa699dc87a2019 in / |
| CMD ["/bin/bash"] |
| ARG PYTORCH_VERSION=2.8.0 |
| ARG TRITON_VERSION= |
| ARG TARGETPLATFORM=linux/amd64 |
| ARG CUDA_VERSION=12.9.1 |
| LABEL com.nvidia.volumes.needed=nvidia_driver |
| RUN |4 PYTORCH_VERSION=2.8.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.9.1 /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 |
| COPY /opt/conda /opt/conda # buildkit |
| RUN |4 PYTORCH_VERSION=2.8.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.9.1 /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 |
| ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV NVIDIA_VISIBLE_DEVICES=all |
| ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility |
| ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 |
| 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 |
| ENV PYTORCH_VERSION=2.8.0 |
| WORKDIR /workspace |
| RUN /bin/sh -c apt-get update && apt-get install -y git curl wget libgl1 libglib2.0-0 netcat-openbsd iproute2 && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c git clone https://github.com/comfyanonymous/ComfyUI.git . # buildkit |
| RUN /bin/sh -c pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir requests tqdm # buildkit |
| COPY download_model.py entrypoint.sh /app/ # buildkit |
| RUN /bin/sh -c chmod +x /app/entrypoint.sh # buildkit |
| VOLUME [/app/models /app/input /app/output /app/user /app/custom_nodes] |
| EXPOSE [8188/tcp] |
| ENTRYPOINT ["/app/entrypoint.sh"] |
| CMD [] |
Labels
| Key | Value |
|---|---|
| com.nvidia.volumes.needed | nvidia_driver |
| org.opencontainers.image.created | 2025-10-09T15:02:49Z |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.revision | 43f92cd3d812383e590441d89346e00dea26bb10 |
| org.opencontainers.image.source | https://git.ymnuktech.ru/ymnuk/comfyui-container.git |
| org.opencontainers.image.url | https://git.ymnuktech.ru/ymnuk/comfyui-container |
| org.opencontainers.image.version | 0.1.0 |
Details
2025-10-09 18:21:41 +03:00
Versions (3)
View all
Container
1
OCI / Docker
linux/amd64
4.9 GiB