sha256:1ab680ca9e6d6a3854fa732c458dfe2a6970354e5710bfbaed3d8ae00ffbdceb
OS/ARCH
linux/amd64
Compressed size
3.21 GB
Last pushed
about 3 years by andrewmunsell
Type
Image
Manifest digest
sha256:1ab680ca9e6d6a3854fa732c458dfe2a6970354e5710bfbaed3d8ae00ffbdceb
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 27.25 MB6CMD ["/bin/bash"]0 B7ARG PYTORCH_VERSION0 B8ARG TRITON_VERSION0 B9ARG TARGETPLATFORM0 B10ARG CUDA_VERSION0 B11LABEL com.nvidia.volumes.needed=nvidia_driver0 B12RUN |4 PYTORCH_VERSION=2.0.1 TRITON_VERSION= TARGETPLATFORM=linux/amd649.52 MB13COPY /opt/conda /opt/conda # buildkit2.9 GB14RUN |4 PYTORCH_VERSION=2.0.1 TRITON_VERSION= TARGETPLATFORM=linux/amd6432 B15ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B16ENV NVIDIA_VISIBLE_DEVICES=all0 B17ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility0 B18ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib640 B19ENV PYTORCH_VERSION=2.0.10 B20WORKDIR /workspace99 B21ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=10 B22RUN /bin/sh -c apt-get update65.21 MB23ENV ROOT=/stable-diffusion0 B24RUN /bin/sh -c git clone70.06 MB25RUN /bin/sh -c pip install148.79 MB26WORKDIR /stable-diffusion32 B27ARG BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f0 B28RUN |2 BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f /bin/sh255.61 KB29COPY . /docker/ # buildkit1.46 KB30RUN |2 BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f /bin/sh446 B31RUN |2 BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f /bin/sh459 B32RUN |2 BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f /bin/sh449 B33ENV NVIDIA_VISIBLE_DEVICES=all0 B34ENV PYTHONPATH=: CLI_ARGS=0 B35EXPOSE map[7860/tcp:{}]0 B36ENTRYPOINT ["/docker/entrypoint.sh"]0 B37CMD ["/bin/sh" "-c" "python -u0 BCommand
ARG RELEASE