sha256:c15571c0bf640a1ffcab0af704a6981183020233aba447715eb53b5902d32897
OS/ARCH
linux/amd64
Compressed size
1.89 GB
Last pushed
5 months by vjcitn
Type
Image
Manifest digest
sha256:c15571c0bf640a1ffcab0af704a6981183020233aba447715eb53b5902d32897
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 29.04 MB6CMD ["/bin/bash"]0 B7ENV NVARCH=x86_640 B8ENV NVIDIA_REQUIRE_CUDA=cuda>=13.0 brand=unknown,driver>=535,driver<536 brand=grid,driver>=535,driver<536 brand=tesla,driver>=535,driver<5360 B9ENV NV_CUDA_CUDART_VERSION=13.0.88-10 B10ARG TARGETARCH0 B12RUN |1 TARGETARCH=amd64 /bin/sh -c4.43 MB13ENV CUDA_VERSION=13.0.10 B14RUN |1 TARGETARCH=amd64 /bin/sh -c100.29 MB15RUN |1 TARGETARCH=amd64 /bin/sh -c181 B16ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B17ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64:/usr/local/cuda/lib640 B18COPY NGC-DL-CONTAINER-LICENSE / # buildkit6.72 KB19ENV NVIDIA_VISIBLE_DEVICES=all0 B20ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility0 B22SHELL [/usr/bin/bash -o pipefail -c]0 B23ENV DEBIAN_FRONTEND=noninteractive0 B24ENV LC_ALL=en_US.UTF-80 B25ENV PYTHON_VERSION=3.100 B26ENV CONDA_INSTALLER=https://repo.anaconda.com/miniconda/Miniconda3-py310_25.9.1-1-Linux-x86_64.sh0 B27ENV JUPYTER_VERSION=5.7.20 B28ENV NODE_MAJOR=200 B29RUN /usr/bin/bash -o pipefail -c119.25 MB30RUN /usr/bin/bash -o pipefail -c965 B31RUN /usr/bin/bash -o pipefail -c905 B32RUN /usr/bin/bash -o pipefail -c47.67 MB33RUN /usr/bin/bash -o pipefail -c32 B34RUN /usr/bin/bash -o pipefail -c1.37 KB35RUN /usr/bin/bash -o pipefail -c250 B36RUN /usr/bin/bash -o pipefail -c119.72 KB37RUN /usr/bin/bash -o pipefail -c46.23 MB38ENV USER=jupyter0 B39ENV USER_UID=10020 B40ENV USER_HOME=/home/jupyter0 B41RUN /usr/bin/bash -o pipefail -c4.21 KB42RUN /usr/bin/bash -o pipefail -c32 B43RUN /usr/bin/bash -o pipefail -c187 B44RUN /usr/bin/bash -o pipefail -c239.96 MB45ENV CONDA_HOME=/opt/conda0 B46RUN /usr/bin/bash -o pipefail -c298.65 MB47ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin0 B48ENV CONDA_ENV_NAME=python30 B49ENV CONDA_ENV_HOME=/home/jupyter/.envs/python30 B50ENV CONDA_FILES=/opt/conda/custom0 B51COPY conda/ /opt/conda/custom # buildkit574 B52ENV CONDA_FILES=/opt/conda/custom0 B53ENV BASE_PYTHON_PATH=/opt/conda/bin/python3.100 B54ENV PYTHONDONTWRITEBYTECODE=true0 B55RUN /usr/bin/bash -o pipefail -c652 B56RUN /usr/bin/bash -o pipefail -c74.44 MB57RUN /usr/bin/bash -o pipefail -c6.5 KB58COPY uv.lock . # buildkit41.3 KB59COPY pyproject.toml . # buildkit465 B60ENV UV_LINK_MODE=copy UV_COMPILE_BYTECODE=1 UV_VENV_SEED=false UV_NO_CACHE=true0 B61ADD https://astral.sh/uv/install.sh /uv-installer.sh # buildkit13.83 KB62RUN /usr/bin/bash -o pipefail -c21.72 MB63ENV PATH=/root/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin0 B64ENV JUPYTER_HOME=/etc/jupyter0 B65RUN /usr/bin/bash -o pipefail -c80.72 MB66ENV PATH=/root/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:/etc/jupyter/bin0 B67RUN /usr/bin/bash -o pipefail -c338 B68ENV JUPYTER_SCRIPTS=/etc/jupyter/scripts0 B69ENV JUPYTER_CUSTOM=/etc/jupyter/custom0 B70ENV JUPYTER_EXTENSIONS=/etc/jupyter/scripts/extension0 B71ENV JUPYTER_KERNEL=/etc/jupyter/scripts/kernel0 B72COPY scripts /etc/jupyter/scripts # buildkit2.28 KB73COPY custom /etc/jupyter/custom # buildkit14.24 KB74COPY jupyter_notebook_config.py /etc/jupyter # buildkit955 B75RUN /usr/bin/bash -o pipefail -c247.18 MB76RUN /usr/bin/bash -o pipefail -c513 B77ENV JUPYTER_KERNELSPEC_DIR=/usr/local/share/jupyter/0 B78RUN /usr/bin/bash -o pipefail -c7.44 KB79ENV WELDER_USER=welder-user0 B80ENV WELDER_UID=10010 B81RUN /usr/bin/bash -o pipefail -c4.4 KB82RUN /usr/bin/bash -o pipefail -c166 B83EXPOSE []0 B84WORKDIR /home/jupyter32 B85ENV PIP_USER=true0 B86USER jupyter0 B87ENTRYPOINT ["/etc/jupyter/bin/jupyter" "notebook"]0 B88USER root0 B89ENV R_VERSION=4.5.20 B90ENV R_HOME=/usr/local/lib/R0 B91ENV TZ=Etc/UTC0 B92COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh # buildkit1.82 KB93RUN /usr/bin/bash -o pipefail -c120.55 MB94ENV CRAN=https://cloud.r-project.org0 B95ENV LANG=en_US.UTF-80 B96COPY scripts/bin/ /rocker_scripts/bin/ # buildkit2.77 KB97COPY scripts/setup_R.sh /rocker_scripts/setup_R.sh # buildkit1.47 KB98RUN /usr/bin/bash -o pipefail -c26.62 MB99ENV S6_VERSION=v2.1.0.20 B100ENV RSTUDIO_VERSION=2026.01.1+4030 B101ENV DEFAULT_USER=rstudio0 B102COPY scripts/install_rstudio.sh /rocker_scripts/install_rstudio.sh # buildkit1.91 KB103COPY scripts/install_s6init.sh /rocker_scripts/install_s6init.sh # buildkit751 B104COPY scripts/default_user.sh /rocker_scripts/default_user.sh # buildkit718 B105COPY scripts/init_set_env.sh /rocker_scripts/init_set_env.sh # buildkit778 B106COPY scripts/init_userconf.sh /rocker_scripts/init_userconf.sh # buildkit3.08 KB107RUN /usr/bin/bash -o pipefail -c439.68 MB108ENV PASSWORD=bioc0 B109ENV RSTUDIO_HOME=/home/rstudio0 B110EXPOSE map[8787/tcp:{}]0 B111ENTRYPOINT ["/init"]0 B112COPY scripts/install_pandoc.sh /rocker_scripts/install_pandoc.sh # buildkit1.25 KB113RUN /usr/bin/bash -o pipefail -c33.21 MB114COPY scripts/install_quarto.sh /rocker_scripts/install_quarto.sh # buildkit1.06 KB115RUN /usr/bin/bash -o pipefail -c717.23 KB116COPY scripts /rocker_scripts # buildkit24.26 KBCommand
ARG RELEASE