sha256:39ed77aace0a63291a7fb1ecf53834f5d4d857461d95d2b86192f3d29e74c703
OS/ARCH
linux/amd64
Compressed size
1.89 GB
Last pushed
19 days by inseefrlab
Type
Image
Manifest digest
sha256:24cddd4bc2e8535bf172bdda7b512c04e491286023a5249aefa77065ad255d23
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.37 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.14 KB19RUN /bin/bash -c /opt/install-system-libs.sh &&879.2 MB20ENV LC_ALL=en_US.UTF-80 B21ENV LANG=en_US.UTF-80 B22USER 10000 B24ARG PYTHON_VERSION=3.13.150 B25ENV PYTHON_VERSION=3.13.150 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.15 PYTHON_DIR=/opt/python /bin/bash273.64 MB32USER 10000 B33CMD ["python"]0 B35USER root0 B36COPY --chmod=0755 scripts/ /opt/ #528 B37COPY requirements.txt . # buildkit297 B38RUN /bin/bash -c /opt/install-geospatial-python.sh &&679.77 MB39USER 10000 B40CMD ["python"]0 B42COPY --chmod=0755 scripts/ /opt/ #245 B43RUN /bin/bash -c /opt/install-marimo.sh &&69.62 MB44USER 10000 B45EXPOSE [2718/tcp]0 B46CMD ["marimo" "edit" "--host" "0.0.0.0"]0 BCommand
ARG RELEASE