sha256:f11cf29cf0852f77c07b69c2b4d42b1bed1ab2aa27c6e5950bc6c6e46a18292e
OS/ARCH
Compressed size
93.12 MB
Last pushed
over 2 years by kubeflownotebookswg
Type
Image
Manifest digest
sha256:205d1bff94112ddb5ca12f9bac7b6144cb8af5525a0b596f59235854175e7365
Image Layers
1ADD file ... in / 27.83 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;3.17 MB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.10.140 B8RUN /bin/sh -c set -eux;11.79 MB9RUN /bin/sh -c set -eux;244 B10ENV PYTHON_PIP_VERSION=23.0.10 B11ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B14RUN /bin/sh -c set -eux;3.21 MB15CMD ["python3"]0 B16WORKDIR /package97 B17COPY /src . # buildkit37.36 KB18RUN /bin/sh -c pip3 install26.21 MB19WORKDIR /src92 B20COPY ./jupyter/backend/requirements.txt . # buildkit156 B21RUN /bin/sh -c pip3 install422.53 KB22COPY ./jupyter/backend/apps/ ./apps # buildkit13.5 KB23COPY ./jupyter/backend/entrypoint.py . # buildkit746 B24COPY /src/dist/default/ /src/apps/default/static/ # buildkit20.45 MB25ENTRYPOINT ["/bin/bash" "-c" "gunicorn -w0 BCommand
ADD file:e23ba17afc7850bcca9e73ba5022db9f0a80c6a0250585fd3f50a1960226474b in /