sha256:cec0fd7100b652f0644e3b0e8440bbfd26322ea9d7cfa6645a95aac8c2ba5ca0
OS/ARCH
linux/amd64
Compressed size
745.75 MB
Last pushed
4 months by intelsoftwarerepo
Type
Image
Manifest digest
sha256:8721acfa1e0c36931b5b79e7d79bfc22109cb5d9d52bab627e96df4299354d98
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update363.82 MB12WORKDIR /app93 B13COPY ./requirements.txt /app/ # buildkit308 B14RUN /bin/sh -c pip install229.91 MB15ARG INSTALL_DRIVER_VERSION=25.31.346660 B16ARG USER_ID=10000 B17ARG USER_GROUP_ID=10000 B18RUN |3 INSTALL_DRIVER_VERSION=25.31.34666 USER_ID=1000 USER_GROUP_ID=10003.42 KB19RUN |3 INSTALL_DRIVER_VERSION=25.31.34666 USER_ID=1000 USER_GROUP_ID=100032 B20COPY ./scripts/install_ubuntu_gpu_drivers.sh /tmp/install_gpu_drivers.sh # buildkit1.41 KB21RUN |3 INSTALL_DRIVER_VERSION=25.31.34666 USER_ID=1000 USER_GROUP_ID=10001.41 KB22RUN |3 INSTALL_DRIVER_VERSION=25.31.34666 USER_ID=1000 USER_GROUP_ID=1000110.8 MB23RUN |3 INSTALL_DRIVER_VERSION=25.31.34666 USER_ID=1000 USER_GROUP_ID=100032 B24COPY ./utils /app/utils # buildkit30.47 KB25COPY ./config /app/config # buildkit264 B26COPY ./agent /app/agent # buildkit2.67 KB27COPY ./main.py /app/ # buildkit5.13 KB28CMD ["python" "main.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'