yt-mlops (1.0.0)

Published 2023-03-03 15:02:17 +03:00 by ymnuk in ymnuk/yt-mlops

Installation

docker pull git.ymnuktech.ru/ymnuk/yt-mlops:1.0.0
sha256:97a06874198670898a3ab1d021d04acb773093d8237bf8f7980e82b7cc4edb9a

Image layers

ADD file:481dd2da6de71525248eba186feeeafcc73cc956ade0a196a4e8b0c2424e74b9 in /
CMD ["bash"]
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -yq --no-install-recommends ca-certificates curl gnupg locales python3-pip python3-pycurl nodejs npm && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
ENV SHELL=/bin/bash LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
RUN /bin/sh -c locale-gen $LC_ALL # buildkit
RUN /bin/sh -c python3 -m pip install --no-cache --upgrade setuptools pip # buildkit
RUN /bin/sh -c npm install -g configurable-http-proxy@^4.2.0 && rm -rf ~/.npm # buildkit
COPY /src/jupyterhub/wheelhouse /tmp/wheelhouse # buildkit
RUN /bin/sh -c python3 -m pip install --no-cache /tmp/wheelhouse/* # buildkit
RUN /bin/sh -c mkdir -p /srv/jupyterhub/ # buildkit
WORKDIR /srv/jupyterhub/
EXPOSE map[8000/tcp:{}]
LABEL maintainer=Jupyter Project <jupyter@googlegroups.com>
LABEL org.jupyter.service=jupyterhub
CMD ["jupyterhub"]
|0 /bin/sh -c pip install dockerspawner jupyterhub_idle_culler requests psycopg2-binary
COPY file:a405c5c5025c47fda843646aa5a827b1356ee2900b998189e217df1d8fc7dacc in /srv/jupyterhub
LABEL org.opencontainers.image.created=2023-03-03T12:01:05Z
LABEL org.opencontainers.image.revision=a0163b8ac46223d12cc2966b5ab633f4ffd6f1f4
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 2023-03-03T12:01:05Z
org.opencontainers.image.revision a0163b8ac46223d12cc2966b5ab633f4ffd6f1f4
org.opencontainers.image.source https://git.ymnuktech.ru/ymnuk/yt-mlops.git
org.opencontainers.image.url https://git.ymnuktech.ru/ymnuk/yt-mlops
Details
Container
2023-03-03 15:02:17 +03:00
63
OCI / Docker
linux/amd64
134 MiB
Versions (3) View all
5.1.0 2024-10-01
1.1.0 2024-03-18
1.0.0 2023-03-03