yt-mlops (1.1.0)

Published 2024-03-18 15:39:46 +03:00 by ymnuk in ymnuk/yt-mlops

Installation

docker pull git.ymnuktech.ru/ymnuk/yt-mlops:1.1.0
sha256:b1cdf734e099446a3c5e24c6b892154839ccb48384240e92a8f3fdec66f70b66

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:140fb5108b4a2861b5718ad03b4a5174bba03589ea8d4c053e6a0b282f439ff3 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive SHELL=/bin/bash LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 PYTHONDONTWRITEBYTECODE=1
EXPOSE map[8000/tcp:{}]
LABEL maintainer=Jupyter Project <jupyter@googlegroups.com>
LABEL org.jupyter.service=jupyterhub
WORKDIR /srv/jupyterhub
RUN /bin/sh -c apt-get update -qq && apt-get install -yqq --no-install-recommends ca-certificates curl gnupg locales python-is-python3 python3-pip python3-pycurl nodejs npm && locale-gen $LC_ALL && npm install -g configurable-http-proxy@^4.2.0 && rm -rf /var/lib/apt/lists/* /var/log/* /var/tmp/* ~/.npm # buildkit
RUN /bin/sh -c python3 -m pip install --no-compile --no-cache-dir --upgrade setuptools pip && python3 -m pip install --no-compile --no-cache-dir /tmp/wheelhouse/* # buildkit
CMD ["jupyterhub"]
/bin/sh -c pip install dockerspawner jupyterhub_idle_culler requests psycopg2-binary
COPY file:f037bc1046835a57288c8a0196b3dcfdd6dd8c3bbcaa8f0e100e72c082554dda in /srv/jupyterhub
LABEL org.opencontainers.image.created=2024-03-18T12:38:02Z
LABEL org.opencontainers.image.revision=dfeb1cf9e110784da28734f34a714233c267f42e
LABEL org.opencontainers.image.source=https://git.ymnuktech.ru/ymnuk/yt-mlops.git
LABEL org.opencontainers.image.url=https://git.ymnuktech.ru/ymnuk/yt-mlops

Labels

Key Value
maintainer Jupyter Project <jupyter@googlegroups.com>
org.jupyter.service jupyterhub
org.opencontainers.image.created 2024-03-18T12:38:02Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision dfeb1cf9e110784da28734f34a714233c267f42e
org.opencontainers.image.source https://git.ymnuktech.ru/ymnuk/yt-mlops.git
org.opencontainers.image.url https://git.ymnuktech.ru/ymnuk/yt-mlops
org.opencontainers.image.version 22.04
Details
Container
2024-03-18 15:39:46 +03:00
69
OCI / Docker
linux/amd64
114 MiB
Versions (3) View all
5.1.0 2024-10-01
1.1.0 2024-03-18
1.0.0 2023-03-03