Sign inSign up

kubeflow/tf-smoke:v1-8e41c03

Multi-platform
Index digest

sha256:440720f6dd84d2b8e1adb77fc0983752a2012a8b6b2302f47808514ff6ac857e

OS/ARCH

Compressed size

534.96 MB

Last pushed

5 months by kubeflow

Type

Image

Manifest digest

sha256:d595537e18cbae08faef5b61bf3960a7b393646749c7fac617414a9240a8e136

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 / 28.17 MB
6CMD ["/bin/bash"]0 B
7ENV DEBIAN_FRONTEND=noninteractive0 B
8ENV LANG=C.UTF-80 B
9COPY setup.sources.sh /setup.sources.sh # buildkit860 B
10COPY setup.packages.sh /setup.packages.sh # buildkit768 B
11COPY cpu.packages.txt /cpu.packages.txt # buildkit162 B
12RUN /bin/sh -c /setup.sources.sh #40.12 MB
13RUN /bin/sh -c /setup.packages.sh /cpu.packages.txt127.13 MB
14ARG PYTHON_VERSION=python3.110 B
15ARG TENSORFLOW_PACKAGE=tensorflow-cpu==2.17.00 B
16COPY setup.python.sh /setup.python.sh # buildkit970 B
17COPY cpu.requirements.txt /cpu.requirements.txt # buildkit125 B
18RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tensorflow-cpu==2.17.0 /bin/sh34.79 MB
19RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tensorflow-cpu==2.17.0 /bin/sh304.69 MB
20COPY bashrc /etc/bash.bashrc # buildkit1.11 KB
21RUN |2 PYTHON_VERSION=python3.11 TENSORFLOW_PACKAGE=tensorflow-cpu==2.17.0 /bin/sh1.1 KB
22RUN /bin/sh -c pip install70.49 KB
23RUN /bin/sh -c mkdir -p118 B
24COPY examples/tensorflow/tf_sample/tf_smoke.py /opt/kubeflow/ # buildkit1.21 KB
25ENTRYPOINT ["python" "/opt/kubeflow/tf_smoke.py"]0 B

Command

 ARG RELEASE