Sign inSign up

ucsb/eemb146:v20260316

Manifest digest

sha256:9aea24e50eb9221629aad3b83eaf1e855b216be3986443084b4a8ba5a6f89035

OS/ARCH

linux/amd64

Compressed size

3.31 GB

Last pushed

6 months by vwbusguy

Type

Image

Manifest digest

sha256:9aea24e50eb9221629aad3b83eaf1e855b216be3986443084b4a8ba5a6f89035

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=24.040 B
5ADD file ... in / 30.17 MB
6CMD ["/bin/bash"]0 B
7LABEL maintainer=Jupyter Project <[email protected]>0 B
8ARG NB_USER=jovyan0 B
9ARG NB_UID=10000 B
10ARG NB_GID=1000 B
11SHELL [/bin/bash -o pipefail -c]0 B
12USER root0 B
13ENV DEBIAN_FRONTEND=noninteractive0 B
14RUN |3 NB_USER=jovyan NB_UID=1000 NB_GID=10011.18 MB
15ENV CONDA_DIR=/opt/conda SHELL=/bin/bash NB_USER=jovyan NB_UID=10000 B
16ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/home/jovyan0 B
17COPY fix-permissions /usr/local/bin/fix-permissions # buildkit692 B
18RUN |3 NB_USER=jovyan NB_UID=1000 NB_GID=10032 B
19RUN |3 NB_USER=jovyan NB_UID=1000 NB_GID=1001.89 KB
20RUN |3 NB_USER=jovyan NB_UID=1000 NB_GID=1001.31 KB
21RUN |3 NB_USER=jovyan NB_UID=1000 NB_GID=1004.93 KB
22RUN |3 NB_USER=jovyan NB_UID=1000 NB_GID=10032 B
23USER 10000 B
24ARG PYTHON_VERSION=3.130 B
25RUN |4 NB_USER=jovyan NB_UID=1000 NB_GID=100157 B
26COPY --chown=1000:100 initial-condarc /opt/conda/.condarc #285 B
27WORKDIR /tmp32 B
28RUN |4 NB_USER=jovyan NB_UID=1000 NB_GID=100121.57 MB
29COPY run-hooks.sh start.sh /usr/local/bin/ #4.72 KB
30ENTRYPOINT ["tini" "-g" "--" "start.sh"]0 B
31USER root0 B
32RUN |4 NB_USER=jovyan NB_UID=1000 NB_GID=100184 B
33COPY 10activate-conda-env.sh /usr/local/bin/before-notebook.d/ # buildkit487 B
34RUN |4 NB_USER=jovyan NB_UID=1000 NB_GID=10032 B
35USER 10000 B
36WORKDIR /home/jovyan32 B
37LABEL maintainer=Jupyter Project <[email protected]>0 B
38SHELL [/bin/bash -o pipefail -c]0 B
39USER root0 B
40RUN /bin/bash -o pipefail -c41.35 MB
41RUN /bin/bash -o pipefail -c32 B
42USER 10000 B
43WORKDIR /tmp32 B
44RUN /bin/bash -o pipefail -c92.48 MB
45ENV JUPYTER_PORT=88880 B
46EXPOSE [8888/tcp]0 B
47CMD ["start-notebook.py"]0 B
48COPY start-notebook.py start-notebook.sh start-singleuser.py start-singleuser.sh1.16 KB
49COPY jupyter_server_config.py docker_healthcheck.py /etc/jupyter/ #1.66 KB
50USER root0 B
51RUN /bin/bash -o pipefail -c1.67 KB
52HEALTHCHECK &{["CMD-SHELL" "/etc/jupyter/docker_healthcheck.py || exit0 B
53RUN /bin/bash -o pipefail -c32 B
54USER 10000 B
55WORKDIR /home/jovyan32 B
56LABEL maintainer=Jupyter Project <[email protected]>0 B
57SHELL [/bin/bash -o pipefail -c]0 B
58USER root0 B
59RUN /bin/bash -o pipefail -c243.33 MB
60RUN /bin/bash -o pipefail -c1.45 KB
61RUN /bin/bash -o pipefail -c32 B
62USER 10000 B
63COPY --chown=1000:100 Rprofile.site /opt/conda/lib/R/etc/ #435 B
64COPY setup-scripts/ /opt/setup-scripts/ # buildkit2.78 KB
65LABEL maintainer=Jupyter Project <[email protected]>0 B
66SHELL [/bin/bash -o pipefail -c]0 B
67USER root0 B
68RUN /bin/bash -o pipefail -c128.85 MB
69RUN /bin/bash -o pipefail -c32 B
70USER 10000 B
71RUN /bin/bash -o pipefail -c655.99 MB
72LABEL maintainer="LSIT Systems <[email protected]>"0 B
73USER root0 B
74ENV R_STUDIO_VERSION 2025.09.2-4180 B
75/bin/sh -c apt update -qq630.07 MB
76/bin/sh -c wget https://download1.rstudio.org/electron/jammy/amd64/rstudio-${R_STUDIO_VERSION}-amd64.deb &&534.05 MB
77/bin/sh -c chmod 777 /var/run/rstudio-server112 B
78/bin/sh -c R -e "dotR348 B
79/bin/sh -c pip install nbgitpuller339.24 KB
80/bin/sh -c conda install -y90.03 MB
81/bin/sh -c conda install -y228.96 MB
82/bin/sh -c echo "rsession-ld-library-path=/opt/conda/lib" >>216 B
83/bin/sh -c pip install matplotlib51.55 MB
84/bin/sh -c R -e "install.packages(c('usethis','covr','httr','roxygen2','rversions','imager','patchwork','littler',93.16 MB
85/bin/sh -c R -e "devtools::install_github('bradleyboehmke/harrypotter')"2.23 MB
86/bin/sh -c R -e "devtools::install_github('gbm-developers/gbm3')"503.6 KB
87/bin/sh -c R -e "devtools::install_github('ucbds-infra/ottr@stable')"591.85 KB
88/bin/sh -c /usr/local/bin/fix-permissions "${CONDA_DIR}" ||359 MB
89/bin/sh -c chown -R jovyan:users22.97 MB
90USER $NB_USER0 B
91/bin/sh -c git lfs install256 B
92LABEL maintainer="LSIT Systems <[email protected]>"0 B
93USER root0 B
94/bin/sh -c R -e "install.packages(c('here',0 B
95USER $NB_USER53.08 MB

Command

 ARG RELEASE