Sign inSign up

guilhermesimoesbr/guardian-visao-cuda:92415f42

Index digest

sha256:48b1879a1e9779a33b87d3afb756ccd6816601e31e0c2f17c932df5180ee416b

OS/ARCH

linux/amd64

Compressed size

4.76 GB

Last pushed

12 months by guilhermesimoesbr

Type

Image

Manifest digest

sha256:78fba7d067e8d38b211d64817d494644a8f1a6dae665735342e3587b8bd5b937

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=22.040 B
5ADD file ... in / 29.04 MB
6CMD ["/bin/bash"]0 B
7ARG PYTORCH_VERSION=2.8.00 B
8ARG TRITON_VERSION=0 B
9ARG TARGETPLATFORM=linux/amd640 B
10ARG CUDA_VERSION=12.9.10 B
11LABEL com.nvidia.volumes.needed=nvidia_driver0 B
12RUN |4 PYTORCH_VERSION=2.8.0 TRITON_VERSION= TARGETPLATFORM=linux/amd646.88 MB
13COPY /opt/conda /opt/conda # buildkit4.43 GB
14RUN |4 PYTORCH_VERSION=2.8.0 TRITON_VERSION= TARGETPLATFORM=linux/amd6432 B
15ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
16ENV NVIDIA_VISIBLE_DEVICES=all0 B
17ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility0 B
18ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib640 B
19ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
20ENV PYTORCH_VERSION=2.8.00 B
21WORKDIR /workspace99 B
22ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
23RUN /bin/sh -c apt-get update159.66 MB
24WORKDIR /app91 B
25COPY requirements.txt . # buildkit223 B
26RUN /bin/sh -c pip install6.25 MB
27RUN /bin/sh -c pip install78.74 MB
28RUN /bin/sh -c pip install2.13 MB
29RUN /bin/sh -c python -32 B
30COPY datasets/ ./datasets/ # buildkit55 MB
31COPY *.py ./ # buildkit11.51 KB
32STOPSIGNAL SIGTERM0 B
33ENTRYPOINT ["tini" "-g" "--" "python"0 B

Command

 ARG RELEASE