sha256:a0a931b199a5b8aa3003cb016fa97cd454c9f76074c0475b915994575c94617c
OS/ARCH
linux/amd64
Compressed size
1.47 GB
Last pushed
about 2 months by inseefrlab
Type
Image
Manifest digest
sha256:29da3ea4ffdb1d20305dd48d9004cf1f8feacc92f591bd686168d4e5d90bf9a4
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B7SHELL [/bin/bash -c]0 B8ENV SHELL=/bin/bash0 B9ENV DEBIAN_FRONTEND=noninteractive0 B10ENV USERNAME=onyxia0 B11ENV UID=10000 B12ENV GROUPNAME=users0 B13ENV GID=1000 B14ENV HOME=/home/onyxia0 B15ENV WORKSPACE_DIR=/home/onyxia/work0 B16RUN /bin/bash -c groupmod -g3.46 KB17WORKDIR /home/onyxia/work32 B18COPY --chmod=0755 scripts/ /opt/ #6.26 KB19RUN /bin/bash -c /opt/install-system-libs.sh &&874.05 MB20ENV LC_ALL=en_US.UTF-80 B21ENV LANG=en_US.UTF-80 B22USER 10000 B24ARG PYTHON_VERSION=3.13.130 B25ENV PYTHON_VERSION=3.13.130 B26ARG PYTHON_DIR=/opt/python0 B27ENV PATH=/opt/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B28USER root0 B29COPY --chmod=0755 scripts/ /opt/ #934 B30COPY requirements.txt . # buildkit268 B31RUN |2 PYTHON_VERSION=3.13.13 PYTHON_DIR=/opt/python /bin/bash279.42 MB32USER 10000 B33CMD ["python"]0 B35USER root0 B36RUN /bin/bash -c if !197.51 MB37USER 10000 B38CMD ["python"]0 B40USER root0 B41COPY --chmod=0755 scripts/ /opt/ #418 B42RUN /bin/bash -c /opt/install-jupyterlab.sh &&121.54 MB43USER 10000 B44EXPOSE [8888/tcp]0 B45CMD ["jupyter" "lab" "--no-browser" "--ip"0 BCommand
ARG RELEASE