Sign inSign up

kubeflow/lightgbm-dist-py-test:v1-b9cb87e

Multi-platform
Index digest

sha256:2c4f6e855f76839bf33b24d0deec4e528bed0c5bfd51b6ecdbfc1a3e6b596c27

OS/ARCH

Compressed size

508.57 MB

Last pushed

over 1 year by andreyvelichkevich

Type

Image

Manifest digest

sha256:501c1c224ea405edb10b5cf9472bf4ae848836492170f5fe4737bcabef8a2c6b

Image Layers

1ADD file ... in / 47.29 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.48 MB
4/bin/sh -c apt-get update &&61.02 MB
5/bin/sh -c set -ex; apt-get193.04 MB
6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8RUN /bin/sh -c set -eux;6.17 MB
9ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B
10ENV PYTHON_VERSION=3.7.170 B
11RUN /bin/sh -c set -eux;13.58 MB
12RUN /bin/sh -c set -eux;244 B
13ENV PYTHON_PIP_VERSION=23.0.10 B
14ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe0 B
17RUN /bin/sh -c set -eux;2.72 MB
18CMD ["python3"]0 B
19COPY requirements.txt . # buildkit154 B
20RUN /bin/sh -c pip install159.37 MB
21COPY /usr/local/bin/lightgbm /usr/local/bin/lightgbm # buildkit2.49 MB
22WORKDIR /app92 B
23RUN /bin/sh -c mkdir data111 B
24ADD https://raw.githubusercontent.com/microsoft/LightGBM/stable/examples/parallel_learning/binary.train data/. # buildkit389.08 KB
25ADD https://raw.githubusercontent.com/microsoft/LightGBM/stable/examples/parallel_learning/binary.test data/. # buildkit28.77 KB
26COPY *.py ./ # buildkit1.99 KB
27ENTRYPOINT ["python" "/app/main.py"]0 B

Command

ADD file:7a0adbde6e967e2bcaafa69f04fabdec993025645c8d0d51acc991a31b404eed in /