sha256:3276bc8035a0c47cc5677d9a9c92a65813a49aa3b7b79a2016fbda7bc9c204b1
OS/ARCH
linux/amd64
Compressed size
3.01 GB
Last pushed
2 months by brunneis
Type
Image
Manifest digest
sha256:b3bde5d566a91783da3e5dcb53df4acef3d3114df1394abec34cb212fd51b63f
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 29.18 MB5CMD ["/bin/bash"]0 B6ARG PYTORCH_VERSION=2.13.00 B7ARG TRITON_VERSION=0 B8ARG TARGETPLATFORM=linux/amd640 B9ARG CUDA_VERSION=13.0.30 B10LABEL com.nvidia.volumes.needed=nvidia_driver0 B11RUN |4 PYTORCH_VERSION=2.13.0 TRITON_VERSION= TARGETPLATFORM=linux/amd6436.18 MB12COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit2.68 GB13COPY /usr/local/bin /usr/local/bin # buildkit27.94 MB14RUN |4 PYTORCH_VERSION=2.13.0 TRITON_VERSION= TARGETPLATFORM=linux/amd6462.72 MB15ENV NVIDIA_VISIBLE_DEVICES=all0 B16ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility0 B17ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib640 B18ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B19ENV PYTORCH_VERSION=2.13.00 B20WORKDIR /workspace99 B21ENV PYTHONPATH=/app PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 HOME=/tmp0 B22WORKDIR /app93 B23COPY processor/requirements.lock /tmp/requirements.lock # buildkit81.45 KB24RUN /bin/sh -c uv pip179.98 MB25COPY textscope/ /tmp/textscope/ # buildkit24.45 KB26RUN /bin/sh -c uv pip22.84 KB27RUN /bin/sh -c python -c134.25 KB28COPY processor/*.py /app/processor/ # buildkit25.98 KB29COPY processor/tests/ /tmp/processor-tests/ # buildkit39.57 KB30COPY textscope/tests/backend_contract_test.py /tmp/textscope-backend-test.py # buildkit1.04 KB31RUN /bin/sh -c python -m59.73 KB32RUN /bin/sh -c rm -f178 B33USER 65534:655340 B34ARG VCS_REF=unknown0 B35LABEL org.opencontainers.image.source=https://github.com/brunneis/watchtower org.opencontainers.image.revision=2a0da31ac251df097a12ec554df1087a13b1983b org.opencontainers.image.version=2a0da31ac251df097a12ec554df1087a13b1983b org.opencontainers.image.title=Watchtower0 B36CMD ["python" "-m" "processor.task_consumer"]0 BCommand
ARG RELEASE