0.0.2-amd-gpu-slim-v2
sha256:d5f344c80972f744c35893a2a2798d56d5144b07c75782d90a0aae5bc41274dd
OS/ARCH
linux/amd64
Compressed size
4.34 GB
Last pushed
16 days by rajendra95
Type
Image
Manifest digest
sha256:d5f344c80972f744c35893a2a2798d56d5144b07c75782d90a0aae5bc41274dd
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7ENV PYTHONUNBUFFERED=10 B8RUN /bin/sh -c apt-get update15.93 MB9WORKDIR /app92 B10RUN /bin/sh -c pip3 --default-timeout=6004.1 GB11COPY requirements-amd.txt . # buildkit248 B12RUN /bin/sh -c pip3 --default-timeout=600197.46 MB13COPY main.py /app/main.py # buildkit4.15 KB14ENV HF_HOME=/app/.cache/huggingface0 B15ENV TRANSFORMERS_CACHE=/app/.cache/huggingface0 B16ENV TRITON_CACHE_DIR=/tmp/.triton0 B17CMD ["python3" "/app/main.py"]0 BCommand
ARG RELEASE