sha256:e26d8a0a22fcf6789ad86b978f1140ba8613dc7c7cf87fa7acdb666c769d257a
OS/ARCH
linux/amd64
Compressed size
1 GB
Last pushed
7 months by vanessa
Type
Image
Manifest digest
sha256:e26d8a0a22fcf6789ad86b978f1140ba8613dc7c7cf87fa7acdb666c769d257a
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 29.17 MB6CMD ["/bin/bash"]0 B8COPY scripts/requirements-ci.txt /requirements-ci.txt # buildkit201 B9COPY scripts/requirements-doc.txt /requirements-doc.txt # buildkit162 B10RUN /bin/sh -c apt-get update499.99 MB11RUN /bin/sh -c ln -sf155 B12ENV LANG=C.UTF-80 B13RUN /bin/sh -c userdel ubuntu1.29 KB14ENV TZ=America/Los_Angeles0 B15COPY scripts/fetch-and-build-mpich.sh /fetch-and-build-mpich.sh # buildkit331 B16RUN /bin/sh -c /fetch-and-build-mpich.sh #36.3 MB17ENV HWLOC_COMPONENTS=-gl0 B18ARG USER=runner0 B19ARG UID=10010 B20ARG GID=10010 B21ARG FLUX_SECURITY_VERSION=0.14.00 B22ARG BASE_IMAGE=noble0 B23RUN |5 USER=runner UID=1001 GID=1001342.9 KB24RUN |5 USER=runner UID=1001 GID=10014.3 KB25RUN |5 USER=runner UID=1001 GID=10014.33 KB26RUN |5 USER=runner UID=1001 GID=100132 B27RUN |5 USER=runner UID=1001 GID=100132 B28RUN |5 USER=runner UID=1001 GID=10011.25 KB29COPY entrypoint.sh /usr/local/sbin/ # buildkit227 B30COPY bashrc /tmp # buildkit281 B31RUN |5 USER=runner UID=1001 GID=10012.01 KB32ENV BASE_IMAGE=noble0 B33USER runner0 B34WORKDIR /home/runner32 B35sh -c make install &&29.82 MB36ARG USER=runner0 B37ARG UID=10010 B38USER root0 B39COPY scripts/ /scripts # buildkit6.56 KB40RUN |2 USER=runner UID=1001 /bin/sh21.5 MB41RUN |2 USER=runner UID=1001 /bin/sh2.21 KB42USER runner0 B43WORKDIR /home/runner32 B44sh -c make install &&30.46 MB45USER root0 B46ENV NB_USER=jovyan NB_UID=1000 HOME=/home/jovyan0 B47RUN /bin/sh -c adduser 3.59 KB48RUN /bin/sh -c apt-get update181.89 MB49ENV VIRTUAL_ENV=/opt/venv0 B50ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B51COPY ./docker/requirements_venv.txt ./requirements_venv.txt # buildkit262 B52RUN /bin/sh -c python3 -m22.95 MB53COPY ./docker/requirements.txt ./requirements.txt # buildkit1.83 KB54RUN /bin/sh -c pip install74.04 MB55RUN /bin/sh -c wget https://nodejs.org/dist/v20.15.0/node-v20.15.0-linux-x64.tar.xz91.69 MB56RUN /bin/sh -c pip install7.27 MB57RUN /bin/sh -c pip install92 B58COPY ./tutorial /home/jovyan/ # buildkit927.71 KB59COPY ./docker/jupyter-launcher.yaml /usr/local/share/jupyter/lab/jupyter_app_launcher/jp_app_launcher.yaml # buildkit1006 B60ENV JUPYTER_APP_LAUNCHER_PATH=/usr/local/share/jupyter/lab/jupyter_app_launcher/0 B61RUN /bin/sh -c chmod -R929.47 KB62WORKDIR /home/jovyan32 B63COPY ./docker/flux-icon.png /home/jovyan/flux-icon.png # buildkit114.3 KB64ENV SHELL=/usr/bin/bash0 B65ENV FLUX_URI_RESOLVE_LOCAL=t0 B66EXPOSE [8888/tcp]0 B67ENTRYPOINT ["tini" "--"]0 B68COPY ./docker/entrypoint.sh /entrypoint.sh # buildkit174 B69RUN /bin/sh -c mkdir -p173 B70USER jovyan0 B71CMD ["flux" "start" "--test-size=4" "jupyter"0 BCommand
ARG RELEASE