sha256:130b7d6cca789e080f024d77813435b1d1ac5a157ef9fe2b95f0bd8407752cf6
OS/ARCH
Compressed size
92.93 MB
Last pushed
about 2 years by kubeflownotebookswg
Type
Image
Manifest digest
sha256:1f5005a0e23680696831c53233f531ee178c25a433a46f2d4d4fe035672cdbfd
Image Layers
1ADD file ... in / 27.81 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.18 MB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.10.140 B8RUN /bin/sh -c set -eux;11.78 MB9RUN /bin/sh -c set -eux;232 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/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d70 B14RUN /bin/sh -c set -eux;3.01 MB15CMD ["python3"]0 B16WORKDIR /package97 B17COPY /src . # buildkit37.36 KB18RUN /bin/sh -c pip3 install26.24 MB19WORKDIR /src93 B20COPY ./jupyter/backend/requirements.txt . # buildkit156 B21RUN /bin/sh -c pip3 install423.85 KB22COPY ./jupyter/backend/apps/ ./apps # buildkit13.5 KB23COPY ./jupyter/backend/entrypoint.py . # buildkit745 B24COPY /src/dist/default/ /src/apps/default/static/ # buildkit20.45 MB25ENTRYPOINT ["/bin/bash" "-c" "gunicorn -w0 BCommand
ADD file:cbda549b25cd4337cd3ce345e3b66c0d3b43c247d7315906a028f98a56c41f1d in /