Sign inSign up

brunneis/watchtower-processor:13c56202a684391e97a0bc54ce662a4b0bb5a9a3

Index digest

sha256:41cf96f7f39ad14e45e54bff62a5a4684225699eda78750cf4191c43c9e1cccb

OS/ARCH

linux/amd64

Compressed size

3.01 GB

Last pushed

2 months by brunneis

Type

Image

Manifest digest

sha256:275fc16a5d99d1cbdeee5fe2917d6965dc2f210b09e97e26c49ea82fe4fec737

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 29.18 MB
5CMD ["/bin/bash"]0 B
6ARG PYTORCH_VERSION=2.13.00 B
7ARG TRITON_VERSION=0 B
8ARG TARGETPLATFORM=linux/amd640 B
9ARG CUDA_VERSION=13.0.30 B
10LABEL com.nvidia.volumes.needed=nvidia_driver0 B
11RUN |4 PYTORCH_VERSION=2.13.0 TRITON_VERSION= TARGETPLATFORM=linux/amd6436.18 MB
12COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit2.68 GB
13COPY /usr/local/bin /usr/local/bin # buildkit27.94 MB
14RUN |4 PYTORCH_VERSION=2.13.0 TRITON_VERSION= TARGETPLATFORM=linux/amd6462.72 MB
15ENV NVIDIA_VISIBLE_DEVICES=all0 B
16ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility0 B
17ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib640 B
18ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
19ENV PYTORCH_VERSION=2.13.00 B
20WORKDIR /workspace99 B
21ENV PYTHONPATH=/app PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 HOME=/tmp0 B
22WORKDIR /app93 B
23COPY processor/requirements.lock /tmp/requirements.lock # buildkit81.45 KB
24RUN /bin/sh -c uv pip179.98 MB
25COPY textscope/ /tmp/textscope/ # buildkit24.44 KB
26RUN /bin/sh -c uv pip22.85 KB
27RUN /bin/sh -c python -c134.25 KB
28COPY processor/*.py /app/processor/ # buildkit22.99 KB
29COPY processor/tests/ /tmp/processor-tests/ # buildkit31.79 KB
30COPY textscope/tests/backend_contract_test.py /tmp/textscope-backend-test.py # buildkit1.04 KB
31RUN /bin/sh -c python -m53.64 KB
32RUN /bin/sh -c rm -f177 B
33USER 65534:655340 B
34ARG VCS_REF=unknown0 B
35LABEL org.opencontainers.image.source=https://github.com/brunneis/watchtower org.opencontainers.image.revision=13c56202a684391e97a0bc54ce662a4b0bb5a9a3 org.opencontainers.image.version=13c56202a684391e97a0bc54ce662a4b0bb5a9a3 org.opencontainers.image.title=Watchtower0 B
36CMD ["python" "-m" "processor.task_consumer"]0 B

Command

 ARG RELEASE