Образы для Jupyter Server

В этом документе приведен список базовых образов для Jupyter Server и комментарии к ним. Эти образы используются для запуска Jupyter Server. На платформе ML Space доступны базовые образы.

Если необходимы библиотеки, которых нет в базовых образах, можно собрать кастомный образ.

См.также

Обратите внимание:

  • Стабильная работа образов, предназначенных только для Christofari.V100, не гарантируется на Christofari.A100. Обратное тоже верно.

  • Не используйте образы с CUDA версии 10 в регионах Christofari.A100 и Cloud.Region.A100 (GPU Tesla A100).

Проверить библиотеки, установленные в образе для Jupyter Server

См.также

Начните работу с помощью пошаговых инструкций

Ниже представлены образы Jupyter Server, которые используются в рамках сервиса. Они собраны на базе соответствующих образов для задач обучения. В образах Jupyter Server доступны все библиотеки, которые предустановлены в базовых образах соответствующих версий.

Чтобы узнать перечень предустановленных зависимостей, в терминале Jupyter Server выполните команду:

apt list --installed

Если в списке предустановленных зависимостей нет нужной библиотеки, используйте инструкцию по созданию кастомных Docker-образов.

Для Pytorch Elastic Learning подходят образы с версией Pytorch «1.9» и выше.

Ниже приведены примеры для получения списка базовых образов, используя Public API.

См.также

  • Пример операций над образом в Docker registry

  • Вызов API для просмотра образов и доступных конфигураций (instance_type) в задачах обучения, Jupyter Server и деплоях (инференсе)

    • Ключ MT — для обучения моделей и Jupyter Server.

    • Ключ INF — для деплоев (инференса).

  • Вызов API для просмотра доступных spark-конфигураций.

Пример запроса для получения списка образов с ключом MT
 curl --location --request GET 'https://api.ai.cloud.ru/public/v2/configs?cluster_type=MT' \
 --header 'x-api-key: eeeeccee-eeee-eeee-eeee-eeaeefeeb49c' \
 --header 'x-workspace-id: frrrrrra-ceee-eeec-eeef-4df7ca4bbbb1' \
 --header 'Authorization: eyJhbGciOiJSUzI1NiIsInR5cCIgOi...'
Пример запроса для получения списка образов с ключом INF
 curl --location --request GET 'https://api.ai.cloud.ru/public/v2/configs?cluster_type=INF' \
 --header 'x-api-key: eeeeccee-eeee-eeee-eeee-eeaeefeeb49c' \
 --header 'x-workspace-id: frrrrrra-ceee-eeec-eeef-4df7ca4bbbb1' \
 --header 'Authorization: eyJhbGciOiJSUzI1NiIsInR5cCIgOi...'
Пример запроса для доступных spark-конфигураций
 curl --location --request GET 'https://api.ai.cloud.ru/public/v2/configs/spark' \
 --header 'x-api-key: eeeeccee-eeee-eeee-eeee-eeaeefeeb49c' \
 --header 'x-workspace-id: frrrrrra-ceee-eeec-eeef-4df7ca4bbbb1' \
 --header 'Authorization: eyJhbGciOiJSUzI1NiIsInR5cCIgOi...'

Из чего состоит название образа

Рассмотрим образ cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda10.0-tf1.15.0-pt1.3.0-gpu:0.0.82-1

  • cr.ai.cloud.ru/ — адрес репозитория в Cloud.ru.

  • /aicloud-jupyter/ — часть адреса репозитория, которая показывает, что образ относится к Jupyter Server.

  • jupyter-cuda10.0-tf1.15.0-pt1.3.0-gpu:0.0.82-1 — название образа, которое состоит из нескольких частей.

    • jupyter\- — образ может использоваться в Environments → Jupyter Servers.

    • cuda10.0\- — версия CUDA, установленная в образе — 10.0.

    • tf1.15.0\- — версия TensorFlow, установленная в образе — 1.15.0.

    • pt1.3.0\- — версия PyTorch, установленная в образе — 1.3.0.

    • gpu\: — образ поддерживает GPU.

    • 0.0.82-1 — тег образа.

Список образов для Jupyter Server

Образы для Jupyter Server

Образ и библиотеки в его версиях

Версия CUDA

Версия TF

Версии PT/Python

Для какого региона предназначен

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda10.0-tf1.15.0-pt1.3.0-gpu:0.0.82-1

…

Размер образа — 14 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.5.0

    apex

    0.1

    appdirs

    1.4.4

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    astor

    0.8.1

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.38

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.38

    botocore

    1.23.38

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.10

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.3

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.2.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.26

    dask

    2022.1.0

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.1.0

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.72.0

    filelock

    3.4.2

    Flask

    2.0.2

    fonttools

    4.28.5

    frozenlist

    1.3.0

    fsspec

    2022.1.0

    future

    0.18.2

    gast

    0.2.2

    gitdb

    4.0.9

    GitPython

    3.1.26

    glob2

    0.7

    google-api-core

    2.4.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.2

    google-cloud-language

    2.3.1

    google-cloud-storage

    2.0.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.54.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.43.0

    grpcio-status

    1.43.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.6.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.10.1

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.7.0

    ipython

    7.31.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.4.0

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server

    1.13.4

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    3.3.0a2

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.10.3

    jupyterlab-tensorboard

    0.2.1

    jupyterlab-widgets

    1.0.2

    keras

    2.7.0

    Keras-Applications

    1.0.8

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    21.7.0

    libarchive-c

    4.0

    libmambapy

    0.20.0

    librosa

    0.8.1

    llvmlite

    0.38.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.20.0

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.1

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.4.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    mxnet-cu100

    1.5.0

    nbclassic

    0.3.5

    nbclient

    0.5.10

    nbconvert

    6.4.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.7

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.55.0

    numpy

    1.21.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.5.62

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.5

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    9.0.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    3.0.0

    prometheus-client

    0.13.0

    prometheus-flask-exporter

    0.18.7

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.3

    psutil

    5.9.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.0

    pyee

    8.2.2

    Pygments

    2.11.2

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.7

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.1.1

    regex

    2022.1.18

    requests

    2.27.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.8

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    60.5.0

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.17.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.3.0

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    1.9

    tensorflow-estimator

    1.15.1

    tensorflow-gpu

    1.15.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    toolz

    0.11.2

    torch

    1.3.0+cu100

    torchvision

    0.4.1+cu100

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.1

    urllib3

    1.26.8

    uvicorn

    0.17.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.3

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.1

    widgetsnbextension

    3.5.2

    wrapt

    1.13.3

    xgboost

    1.5.2

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.7.0

…

10.0

1.15.0

1.3.0/3.7

  • Christofari.V100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda10.1-tf2.3.0-pt1.6.0-gpu:0.0.82-1

…

Размер образа — 16 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.5.0

    apex

    0.1

    appdirs

    1.4.4

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    asn1crypto

    1.5.1

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.38

    awswrangler

    2.14.0

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.38

    botocore

    1.23.38

    brotlipy

    0.7.0

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.10

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.3

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.2.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.26

    dask

    2022.1.0

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.1.0

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    et-xmlfile

    1.1.0

    fastapi

    0.72.0

    filelock

    3.4.2

    Flask

    2.0.2

    fonttools

    4.28.5

    frozenlist

    1.3.0

    fsspec

    2022.1.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.26

    glob2

    0.7

    google-api-core

    2.4.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.2

    google-cloud-language

    2.3.1

    google-cloud-storage

    2.0.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.54.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.43.0

    grpcio-status

    1.43.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.10.1

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.7.0

    ipython

    7.31.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonpath-ng

    1.5.3

    jsonschema

    4.4.0

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server

    1.13.4

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    3.3.0a2

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.10.3

    jupyterlab-tensorboard

    0.2.1

    jupyterlab-widgets

    1.0.2

    keras

    2.7.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    21.7.0

    libarchive-c

    4.0

    libmambapy

    0.20.0

    librosa

    0.8.1

    llvmlite

    0.38.0

    locket

    0.2.1

    lxml

    4.8.0

    Mako

    1.1.6

    mamba

    0.20.0

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.1

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.4.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    mxnet-cu101mkl

    1.6.0.post0

    nbclassic

    0.3.5

    nbclient

    0.5.10

    nbconvert

    6.4.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.7

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.55.0

    numpy

    1.21.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.5.62

    openpyxl

    3.0.9

    opensearch-py

    1.0.0

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.5

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pg8000

    1.22.1

    pickleshare

    0.7.5

    Pillow

    9.0.0

    pip

    21.3.1

    pkginfo

    1.8.2

    ply

    3.11

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    3.0.0

    progressbar2

    3.55.0

    prometheus-client

    0.13.0

    prometheus-flask-exporter

    0.18.7

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.3

    psutil

    5.9.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.0

    pyee

    8.2.2

    Pygments

    2.11.2

    PyJWT

    2.3.0

    PyMySQL

    1.0.2

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.7

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    python-utils

    3.1.0

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.1.1

    redshift-connector

    2.0.905

    regex

    2022.1.18

    requests

    2.27.1

    requests-aws4auth

    1.1.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.8

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.2

    scipy

    1.4.1

    scramp

    1.4.1

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    60.5.0

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.17.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.3.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    1.9

    tensorflow-estimator

    2.3.0

    tensorflow-gpu

    2.3.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    toolz

    0.11.2

    torch

    1.6.0+cu101

    torchvision

    0.7.0+cu101

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.1

    urllib3

    1.26.8

    uvicorn

    0.17.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.3

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.1

    widgetsnbextension

    3.5.2

    wrapt

    1.13.3

    xgboost

    1.5.2

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.7.0

10.1

2.3.0

1.6.0/3.7

  • Christofari.V100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.0-tf2.4.0-pt1.7.1-gpu:0.0.82-1

…

Размер образа — 20,59 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    0.15.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.4.0

    apex

    0.1

    appdirs

    1.4.4

    argcomplete

    1.12.3

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    astunparse

    1.6.3

    async-timeout

    4.0.1

    asynctest

    0.13.0

    attrs

    21.2.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.13

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.13

    botocore

    1.23.13

    brotlipy

    0.7.0

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.8

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.2

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.1.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.24

    dask

    2021.11.2

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.0

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2021.11.2

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.70.0

    filelock

    3.4.0

    Flask

    2.0.2

    flatbuffers

    1.12

    fonttools

    4.28.2

    frozenlist

    1.2.0

    fsspec

    2021.11.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.24

    glob2

    0.7

    google-api-core

    2.2.2

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.1

    google-cloud-language

    2.3.1

    google-cloud-storage

    1.43.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.53.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.42.0

    grpcio-status

    1.42.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.1

    importlib-metadata

    4.8.2

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.6.0

    ipython

    7.30.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.2.1

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.0

    jupyter-core

    4.9.1

    jupyter-server

    1.13.1

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.0

    jupyterlab

    3.2.5

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.9.0

    jupyterlab-widgets

    1.0.2

    keras

    2.7.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    19.15.0

    libarchive-c

    3.2

    libmambapy

    0.19.1

    librosa

    0.8.1

    llvmlite

    0.37.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.19.1

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.0

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.3.18

    modin

    0.12.0

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    mxnet-cu110

    1.8.0.post0

    nbclassic

    0.3.4

    nbclient

    0.5.9

    nbconvert

    6.3.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.5

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.54.1

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.4.60

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.4

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    8.4.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    2.4.0

    prometheus-client

    0.12.0

    prometheus-flask-exporter

    0.18.6

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.1

    psutil

    5.8.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.8.2

    pyee

    8.2.2

    Pygments

    2.10.0

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.6

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.0

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.0.2

    regex

    2021.11.10

    requests

    2.26.0

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.1

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    59.2.0

    setuptools-scm

    6.3.2

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.16.0

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.2.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.0

    tensorboardX

    1.9

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    tomli

    1.2.2

    toolz

    0.11.2

    torch

    1.7.1+cu110

    torchvision

    0.8.2+cu110

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.0

    urllib3

    1.26.7

    uvicorn

    0.15.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.1

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.0

    widgetsnbextension

    3.5.2

    wrapt

    1.12.1

    xgboost

    1.5.1

    yapf

    0.31.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.6.0

…

11.0

2.4.0

1.7.1/3.7

  • Christofari.V100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.0-tf2.4.0-pt1.7.1-gpu-a100:0.0.82-1

…

Размер образа — 20,9 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.5.0

    apex

    0.1

    appdirs

    1.4.4

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.38

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.38

    botocore

    1.23.38

    brotlipy

    0.7.0

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.10

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.3

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.2.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.26

    dask

    2022.1.0

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.1.0

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.72.0

    filelock

    3.4.2

    Flask

    2.0.2

    flatbuffers

    1.12

    fonttools

    4.28.5

    frozenlist

    1.3.0

    fsspec

    2022.1.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.26

    glob2

    0.7

    google-api-core

    2.4.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.2

    google-cloud-language

    2.3.1

    google-cloud-storage

    2.0.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.54.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.43.0

    grpcio-status

    1.43.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.3

    importlib-metadata

    4.10.1

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.7.0

    ipython

    7.31.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.4.0

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server

    1.13.4

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    3.3.0a2

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.10.3

    jupyterlab-tensorboard

    0.2.1

    jupyterlab-widgets

    1.0.2

    keras

    2.7.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    21.7.0

    libarchive-c

    4.0

    libmambapy

    0.20.0

    librosa

    0.8.1

    llvmlite

    0.38.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.20.0

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.1

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.4.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    mxnet-cu110

    1.8.0.post0

    nbclassic

    0.3.5

    nbclient

    0.5.10

    nbconvert

    6.4.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.7

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.55.0

    numpy

    1.21.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.5.62

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.5

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    9.0.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    3.0.0

    prometheus-client

    0.13.0

    prometheus-flask-exporter

    0.18.7

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.3

    psutil

    5.9.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.0

    pyee

    8.2.2

    Pygments

    2.11.2

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.7

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.1.1

    regex

    2022.1.18

    requests

    2.27.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.8

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    60.5.0

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.17.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.3.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    1.9

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    toolz

    0.11.2

    torch

    1.7.1+cu110

    torchaudio

    0.7.2

    torchvision

    0.8.2+cu110

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.1

    urllib3

    1.26.8

    uvicorn

    0.17.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.3

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.1

    widgetsnbextension

    3.5.2

    wrapt

    1.12.1

    xgboost

    1.5.2

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.7.0

…

11.0

2.4.0

1.7.1/3.7

  • Christofari.A100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.1-pt1.8.1-gpu:0.0.82-1

…

Размер образа — 20,6 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.4.0

    apex

    0.1

    appdirs

    1.4.4

    argcomplete

    1.12.3

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    async-timeout

    4.0.1

    asynctest

    0.13.0

    attrs

    21.2.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.13

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.13

    botocore

    1.23.13

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.8

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.2

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.1.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.24

    dask

    2021.11.2

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.0

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2021.11.2

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.70.0

    filelock

    3.4.0

    Flask

    2.0.2

    fonttools

    4.28.2

    frozenlist

    1.2.0

    fsspec

    2021.11.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.24

    glob2

    0.7

    google-api-core

    2.2.2

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.1

    google-cloud-language

    2.3.1

    google-cloud-storage

    1.43.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.53.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.42.0

    grpcio-status

    1.42.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.6.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.1

    importlib-metadata

    4.8.2

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.6.0

    ipython

    7.30.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.2.1

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.0

    jupyter-core

    4.9.1

    jupyter-server

    1.13.1

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.0

    jupyterlab

    3.2.5

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.9.0

    jupyterlab-widgets

    1.0.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    19.15.0

    libarchive-c

    3.2

    libmambapy

    0.19.1

    librosa

    0.8.1

    llvmlite

    0.37.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.19.1

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.0

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.3.18

    modin

    0.12.0

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.4

    nbclient

    0.5.9

    nbconvert

    6.3.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.5

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.54.1

    numpy

    1.20.3

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.4.60

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.4

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    8.4.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    2.4.0

    prometheus-client

    0.12.0

    prometheus-flask-exporter

    0.18.6

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.1

    psutil

    5.8.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.8.2

    pyee

    8.2.2

    Pygments

    2.10.0

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.6

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.0

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.0.2

    regex

    2021.11.10

    requests

    2.26.0

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.1

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    59.2.0

    setuptools-scm

    6.3.2

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.16.0

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.2.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.0

    tensorboardX

    1.9

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    tomli

    1.2.2

    toolz

    0.11.2

    torch

    1.8.1+cu111

    torchvision

    0.9.1+cu111

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.0

    urllib3

    1.26.7

    uvicorn

    0.15.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.1

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.0

    widgetsnbextension

    3.5.2

    wrapt

    1.13.3

    xgboost

    1.5.1

    yapf

    0.31.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.6.0

…

11.1

1.8.1/3.7

  • Christofari.V100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.1-pt1.8.1-gpu-a100:0.0.82-1

…

Размер образа — 20,8 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.5.0

    apex

    0.1

    appdirs

    1.4.4

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.38

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.38

    botocore

    1.23.38

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.10

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.3

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.2.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.26

    dask

    2022.1.0

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.1.0

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.72.0

    filelock

    3.4.2

    Flask

    2.0.2

    fonttools

    4.28.5

    frozenlist

    1.3.0

    fsspec

    2022.1.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.26

    glob2

    0.7

    google-api-core

    2.4.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.2

    google-cloud-language

    2.3.1

    google-cloud-storage

    2.0.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.54.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.43.0

    grpcio-status

    1.43.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.6.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.3

    importlib-metadata

    4.10.1

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.7.0

    ipython

    7.31.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.4.0

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server

    1.13.4

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    3.3.0a2

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.10.3

    jupyterlab-tensorboard

    0.2.1

    jupyterlab-widgets

    1.0.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    21.7.0

    libarchive-c

    4.0

    libmambapy

    0.20.0

    librosa

    0.8.1

    llvmlite

    0.38.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.20.0

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.1

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.4.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.5

    nbclient

    0.5.10

    nbconvert

    6.4.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.7

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.55.0

    numpy

    1.21.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.5.62

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.5

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    9.0.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    3.0.0

    prometheus-client

    0.13.0

    prometheus-flask-exporter

    0.18.7

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.3

    psutil

    5.9.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.0

    pyee

    8.2.2

    Pygments

    2.11.2

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.7

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.1.1

    regex

    2022.1.18

    requests

    2.27.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.8

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    60.5.0

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.17.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.3.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    1.9

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    toolz

    0.11.2

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.1

    urllib3

    1.26.8

    uvicorn

    0.17.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.3

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.1

    widgetsnbextension

    3.5.2

    wrapt

    1.13.3

    xgboost

    1.5.2

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.7.0

…

11.1

1.8.1/3.7

  • Christofari.A100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.1-pt1.9.1-gpu:0.0.82-1

…

Размер образа — 21 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.4.0

    apex

    0.1

    appdirs

    1.4.4

    argcomplete

    1.12.3

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    async-timeout

    4.0.1

    asynctest

    0.13.0

    attrs

    21.2.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.13

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.13

    botocore

    1.23.13

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.8

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.2

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.1.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.24

    dask

    2021.11.2

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.0

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2021.11.2

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.70.0

    filelock

    3.4.0

    Flask

    2.0.2

    fonttools

    4.28.2

    frozenlist

    1.2.0

    fsspec

    2021.11.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.24

    glob2

    0.7

    google-api-core

    2.2.2

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.1

    google-cloud-language

    2.3.1

    google-cloud-storage

    1.43.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.53.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.42.0

    grpcio-status

    1.42.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.6.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.1

    importlib-metadata

    4.8.2

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.6.0

    ipython

    7.30.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.2.1

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.0

    jupyter-core

    4.9.1

    jupyter-server

    1.13.1

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.0

    jupyterlab

    3.2.5

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.9.0

    jupyterlab-widgets

    1.0.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    19.15.0

    libarchive-c

    3.2

    libmambapy

    0.19.1

    librosa

    0.8.1

    llvmlite

    0.37.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.19.1

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.0

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.3.18

    modin

    0.12.0

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.4

    nbclient

    0.5.9

    nbconvert

    6.3.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.5

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.54.1

    numpy

    1.20.3

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.4.60

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.4

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    8.4.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    2.4.0

    prometheus-client

    0.12.0

    prometheus-flask-exporter

    0.18.6

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.1

    psutil

    5.8.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.8.2

    pyee

    8.2.2

    Pygments

    2.10.0

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.6

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.0

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.0.2

    regex

    2021.11.10

    requests

    2.26.0

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.1

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    59.2.0

    setuptools-scm

    6.3.2

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.16.0

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.2.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.0

    tensorboardX

    1.9

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    tomli

    1.2.2

    toolz

    0.11.2

    torch

    1.9.1+cu111

    torchvision

    0.10.1+cu111

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.0

    urllib3

    1.26.7

    uvicorn

    0.15.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.1

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.0

    widgetsnbextension

    3.5.2

    wrapt

    1.13.3

    xgboost

    1.5.1

    yapf

    0.31.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.6.0

…

11.1

1.9.1 (Pytorch Elastic Learning)/3.7

  • Christofari.V100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.1-pt1.9.1-gpu-a100:0.0.82-1

…

Размер образа — 21,12 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.5.0

    apex

    0.1

    appdirs

    1.4.4

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.38

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.38

    botocore

    1.23.38

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.10

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.3

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.2.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.26

    dask

    2022.1.0

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.1.0

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.72.0

    filelock

    3.4.2

    Flask

    2.0.2

    fonttools

    4.28.5

    frozenlist

    1.3.0

    fsspec

    2022.1.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.26

    glob2

    0.7

    google-api-core

    2.4.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.2

    google-cloud-language

    2.3.1

    google-cloud-storage

    2.0.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.54.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.43.0

    grpcio-status

    1.43.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.6.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.3

    importlib-metadata

    4.10.1

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.7.0

    ipython

    7.31.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.4.0

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server

    1.13.4

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    3.3.0a2

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.10.3

    jupyterlab-tensorboard

    0.2.1

    jupyterlab-widgets

    1.0.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    21.7.0

    libarchive-c

    4.0

    libmambapy

    0.20.0

    librosa

    0.8.1

    llvmlite

    0.38.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.20.0

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.1

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.4.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.5

    nbclient

    0.5.10

    nbconvert

    6.4.1

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.7

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.55.0

    numpy

    1.21.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.5.62

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.5

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    9.0.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    3.0.0

    prometheus-client

    0.13.0

    prometheus-flask-exporter

    0.18.7

    prompt-toolkit

    3.0.26

    proto-plus

    1.19.8

    protobuf

    3.19.3

    psutil

    5.9.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.0

    pyee

    8.2.2

    Pygments

    2.11.2

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.7

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.1.1

    regex

    2022.1.18

    requests

    2.27.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.8

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    60.5.0

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.17.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.3.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    1.9

    terminado

    0.13.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    toolz

    0.11.2

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.1

    urllib3

    1.26.8

    uvicorn

    0.17.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.3

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.1

    widgetsnbextension

    3.5.2

    wrapt

    1.13.3

    xgboost

    1.5.2

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.7.0

…

11.1

1.9.1 (Pytorch Elastic Learning)/3.7

  • Christofari.A100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.2-tf2.5.0-gpu:0.0.82-1

…

Размер образа — 15 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    0.15.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.4.0

    appdirs

    1.4.4

    argcomplete

    1.12.3

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    astunparse

    1.6.3

    async-timeout

    4.0.1

    asynctest

    0.13.0

    attrs

    21.2.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.13

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.13

    botocore

    1.23.13

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.8

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.2

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.1.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.24

    dask

    2021.11.2

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.0

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2021.11.2

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.70.0

    filelock

    3.4.0

    Flask

    2.0.2

    flatbuffers

    1.12

    fonttools

    4.28.2

    frozenlist

    1.2.0

    fsspec

    2021.11.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.24

    glob2

    0.7

    google-api-core

    2.2.2

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.1

    google-cloud-language

    2.3.1

    google-cloud-storage

    1.43.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.53.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.42.0

    grpcio-status

    1.42.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.1

    importlib-metadata

    4.8.2

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.6.0

    ipython

    7.30.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.2.1

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.0

    jupyter-core

    4.9.1

    jupyter-server

    1.13.1

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.0

    jupyterlab

    3.2.5

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.9.0

    jupyterlab-widgets

    1.0.2

    keras

    2.7.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    19.15.0

    libarchive-c

    3.2

    libmambapy

    0.19.1

    librosa

    0.8.1

    llvmlite

    0.37.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.19.1

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.0

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.3.18

    modin

    0.12.0

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.4

    nbclient

    0.5.9

    nbconvert

    6.3.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.5

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.54.1

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.4.60

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.4

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    8.4.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    2.4.0

    prometheus-client

    0.12.0

    prometheus-flask-exporter

    0.18.6

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.1

    psutil

    5.8.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.8.2

    pyee

    8.2.2

    Pygments

    2.10.0

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.6

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.0

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.0.2

    regex

    2021.11.10

    requests

    2.26.0

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.1

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    59.2.0

    setuptools-scm

    6.3.2

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.16.0

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.2.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.0

    tensorboardX

    1.9

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    tomli

    1.2.2

    toolz

    0.11.2

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.0

    urllib3

    1.26.7

    uvicorn

    0.15.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.1

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.0

    widgetsnbextension

    3.5.2

    wrapt

    1.12.1

    xgboost

    1.5.1

    yapf

    0.31.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.6.0

…

11.2

2.5.0

–/3.7

  • Christofari.V100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.2-tf2.5.0-gpu-a100:0.0.82-1

…

Размер образа — 15,1 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.5.0

    appdirs

    1.4.4

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.38

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.38

    botocore

    1.23.38

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.10

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.3

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.2.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.26

    dask

    2022.1.0

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.1.0

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.72.0

    filelock

    3.4.2

    Flask

    2.0.2

    flatbuffers

    1.12

    fonttools

    4.28.5

    frozenlist

    1.3.0

    fsspec

    2022.1.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.26

    glob2

    0.7

    google-api-core

    2.4.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.2

    google-cloud-language

    2.3.1

    google-cloud-storage

    2.0.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.54.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.43.0

    grpcio-status

    1.43.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.3

    importlib-metadata

    4.10.1

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.7.0

    ipython

    7.31.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.4.0

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server

    1.13.4

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    3.3.0a2

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.10.3

    jupyterlab-tensorboard

    0.2.1

    jupyterlab-widgets

    1.0.2

    keras

    2.7.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    21.7.0

    libarchive-c

    4.0

    libmambapy

    0.20.0

    librosa

    0.8.1

    llvmlite

    0.38.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.20.0

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.1

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.4.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.5

    nbclient

    0.5.10

    nbconvert

    6.4.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.7

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.55.0

    numpy

    1.21.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.5.62

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.5

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    9.0.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    3.0.0

    prometheus-client

    0.13.0

    prometheus-flask-exporter

    0.18.7

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.3

    psutil

    5.9.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.0

    pyee

    8.2.2

    Pygments

    2.11.2

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.7

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.1.1

    regex

    2022.1.18

    requests

    2.27.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.8

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    60.5.0

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.17.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.3.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    1.9

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    toolz

    0.11.2

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.1

    urllib3

    1.26.8

    uvicorn

    0.17.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.3

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.1

    widgetsnbextension

    3.5.2

    wrapt

    1.12.1

    xgboost

    1.5.2

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.7.0

…

11.2

2.5.0

–/3.7

  • Christofari.A100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.2-tf2.6.0-gpu:0.0.82-1

…

Размер образа — 15 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    0.15.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.4.0

    appdirs

    1.4.4

    argcomplete

    1.12.3

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    astunparse

    1.6.3

    async-timeout

    4.0.1

    asynctest

    0.13.0

    attrs

    21.2.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.13

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.13

    botocore

    1.23.13

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.8

    clang

    5.0

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.2

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.1.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.24

    dask

    2021.11.2

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.0

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2021.11.2

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.70.0

    filelock

    3.4.0

    Flask

    2.0.2

    flatbuffers

    1.12

    fonttools

    4.28.2

    frozenlist

    1.2.0

    fsspec

    2021.11.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.24

    glob2

    0.7

    google-api-core

    2.2.2

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.1

    google-cloud-language

    2.3.1

    google-cloud-storage

    1.43.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.53.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.42.0

    grpcio-status

    1.42.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.1

    importlib-metadata

    4.8.2

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.6.0

    ipython

    7.30.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.2.1

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.0

    jupyter-core

    4.9.1

    jupyter-server

    1.13.1

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.0

    jupyterlab

    3.2.5

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.9.0

    jupyterlab-widgets

    1.0.2

    keras

    2.7.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    19.15.0

    libarchive-c

    3.2

    libmambapy

    0.19.1

    librosa

    0.8.1

    llvmlite

    0.37.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.19.1

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.0

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.3.18

    modin

    0.12.0

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.4

    nbclient

    0.5.9

    nbconvert

    6.3.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.5

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.54.1

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.4.60

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.4

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    8.4.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    2.4.0

    prometheus-client

    0.12.0

    prometheus-flask-exporter

    0.18.6

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.1

    psutil

    5.8.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.8.2

    pyee

    8.2.2

    Pygments

    2.10.0

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.6

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.0

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.0.2

    regex

    2021.11.10

    requests

    2.26.0

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.1

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    59.2.0

    setuptools-scm

    6.3.2

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.16.0

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.2.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.0

    tensorboardX

    1.9

    tensorflow-estimator

    2.7.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    tomli

    1.2.2

    toolz

    0.11.2

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.0

    urllib3

    1.26.7

    uvicorn

    0.15.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.1

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.0

    widgetsnbextension

    3.5.2

    wrapt

    1.12.1

    xgboost

    1.5.1

    yapf

    0.31.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.6.0

…

11.2

2.6.0

–/3.7

  • Christofari.V100

cr.ai.cloud.ru/aicloud-jupyter/jupyter-cuda11.2-tf2.6.0-gpu-a100:0.0.82-1

…

Размер образа — 15,2 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.82-1

    Package

    Version

    absl-py

    1.0.0

    adal

    1.2.7

    addict

    2.4.0

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.5.0

    appdirs

    1.4.4

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asgiref

    3.4.1

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.4.0

    avro

    1.11.0

    awscli

    1.22.38

    azure-common

    1.1.27

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    beautifulsoup4

    4.10.0

    bitmath

    1.3.3.1

    bleach

    4.1.0

    blessings

    1.7

    bokeh

    2.4.2

    boto3

    1.20.38

    botocore

    1.23.38

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    4.2.4

    certifi

    2021.10.8

    cffi

    1.15.0

    chardet

    4.0.0

    charset-normalizer

    2.0.10

    clang

    5.0

    click

    8.0.3

    cliff

    3.10.0

    cloudevents

    1.2.0

    cloudpickle

    2.0.0

    cmaes

    0.8.2

    cmd2

    2.3.3

    colorama

    0.4.3

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.11.0

    conda-build

    3.21.7

    conda-package-handling

    1.7.3

    configparser

    5.2.0

    cryptography

    36.0.0

    cycler

    0.11.0

    Cython

    0.29.26

    dask

    2022.1.0

    databricks-cli

    0.16.2

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.1.0

    docker

    5.0.3

    docutils

    0.15.2

    empty-trash

    0.1.0

    entrypoints

    0.3

    fastapi

    0.72.0

    filelock

    3.4.2

    Flask

    2.0.2

    flatbuffers

    1.12

    fonttools

    4.28.5

    frozenlist

    1.3.0

    fsspec

    2022.1.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.26

    glob2

    0.7

    google-api-core

    2.4.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.2.2

    google-cloud-language

    2.3.1

    google-cloud-storage

    2.0.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.1.0

    googleapis-common-protos

    1.54.0

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.43.0

    grpcio-status

    1.43.0

    gunicorn

    20.1.0

    h11

    0.12.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.23.0

    idna

    3.3

    importlib-metadata

    4.10.1

    importlib-resources

    5.4.0

    inflect

    5.3.0

    ipykernel

    6.7.0

    ipython

    7.31.1

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.5

    itsdangerous

    2.0.1

    jedi

    0.18.1

    Jinja2

    3.0.3

    jmespath

    0.10.0

    joblib

    1.1.0

    json5

    0.9.6

    jsonschema

    4.4.0

    jupyter-archive

    3.2.1

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server

    1.13.4

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    3.3.0a2

    jupyterlab-nvdashboard

    0.6.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    2.10.3

    jupyterlab-tensorboard

    0.2.1

    jupyterlab-widgets

    1.0.2

    keras

    2.6.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.3.2

    kubernetes

    21.7.0

    libarchive-c

    4.0

    libmambapy

    0.20.0

    librosa

    0.8.1

    llvmlite

    0.38.0

    locket

    0.2.1

    Mako

    1.1.6

    mamba

    0.20.0

    Markdown

    3.3.6

    MarkupSafe

    2.0.1

    matplotlib

    3.5.1

    matplotlib-inline

    0.1.3

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.4.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.3

    multidict

    5.2.0

    nbclassic

    0.3.5

    nbclient

    0.5.10

    nbconvert

    6.4.0

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    nltk

    3.6.7

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.55.0

    numpy

    1.21.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.1.1

    opencensus

    0.8.0

    opencensus-context

    0.1.2

    opencv-python

    4.5.5.62

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.10.0

    packaging

    21.3

    pandas

    1.3.5

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.2.0

    pbr

    5.8.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    9.0.0

    pip

    21.3.1

    pkginfo

    1.8.2

    pooch

    1.5.2

    portalocker

    2.3.2

    prettytable

    3.0.0

    prometheus-client

    0.13.0

    prometheus-flask-exporter

    0.18.7

    prompt-toolkit

    3.0.24

    proto-plus

    1.19.8

    protobuf

    3.19.3

    psutil

    5.9.0

    ptyprocess

    0.7.0

    py-spy

    0.3.11

    pyarrow

    6.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.0

    pyee

    8.2.2

    Pygments

    2.11.2

    PyJWT

    2.3.0

    pynvml

    11.4.1

    pyOpenSSL

    21.0.0

    pyparsing

    3.0.7

    pyperclip

    1.8.2

    pyppeteer

    0.2.6

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.3

    PyYAML

    6.0

    pyzmq

    22.3.0

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.1.1

    regex

    2022.1.18

    requests

    2.27.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    rsa

    4.8

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.5.0

    sacrebleu

    2.0.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    Send2Trash

    1.8.0

    sentencepiece

    0.1.96

    setuptools

    60.5.0

    simpervisor

    0.4

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.2.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    soupsieve

    2.3.1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.17.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tblib

    1.7.0

    tensorboard

    2.3.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    1.9

    tensorflow-estimator

    2.6.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    terminado

    0.12.1

    testpath

    0.5.0

    threadpoolctl

    3.0.0

    toolz

    0.11.2

    tornado

    6.1

    tqdm

    4.62.3

    traitlets

    5.1.1

    typer

    0.4.0

    typing_extensions

    4.0.1

    urllib3

    1.26.8

    uvicorn

    0.17.0

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    1.2.3

    websockets

    9.1

    Werkzeug

    2.0.2

    wheel

    0.37.1

    widgetsnbextension

    3.5.2

    wrapt

    1.12.1

    xgboost

    1.5.2

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.0.0

    zipp

    3.7.0

…

11.2

2.6.0

–/3.7

  • Christofari.A100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-jupyter/jupyter-openvino:0.0.2

…

Размер образа — 16,8 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия 0.0.2

    Package

    Version

    absl-py

    0.12.0

    adal

    1.2.6

    addict

    2.2.1

    aiohttp

    3.7.4.post0

    alabaster

    0.7.12

    albumentations

    0.5.2

    alembic

    1.4.1

    apex

    0.1

    appdirs

    1.4.4

    argon2-cffi

    20.1.0

    astunparse

    1.6.3

    async-generator

    1.10

    async-timeout

    3.0.1

    attrs

    20.3.0

    audioread

    2.1.9

    autowoe

    1.2.5

    avro

    1.10.2

    awscli

    1.19.33

    azure-common

    1.1.26

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    Babel

    2.9.1

    backcall

    0.2.0

    bitmath

    1.3.3.1

    bleach

    3.3.0

    bokeh

    2.3.0

    boto3

    1.17.33

    botocore

    1.20.33

    brotlipy

    0.7.0

    cachetools

    4.2.1

    catboost

    0.25.1

    certifi

    2020.12.5

    cffi

    1.14.5

    chainer

    7.7.0

    chardet

    4.0.0

    click

    7.1.2

    cliff

    3.7.0

    cloudevents

    1.2.0

    cloudpickle

    1.6.0

    cmaes

    0.8.2

    cmd2

    1.5.0

    colorama

    0.4.3

    colorlog

    5.0.1

    conda

    4.9.2

    conda-package-handling

    1.7.2

    configparser

    5.0.2

    convertdate

    2.3.2

    cryptography

    3.4.6

    cycler

    0.10.0

    Cython

    0.29.22

    databricks-cli

    0.14.3

    decorator

    4.4.2

    defusedxml

    0.7.1

    deprecation

    2.1.0

    docker

    4.4.4

    docutils

    0.15.2

    editdistance

    0.5.3

    efficientnet-pytorch

    0.7.1

    empty-trash

    0.1.0

    entrypoints

    0.3

    fast-ctc-decode

    0.3.0

    filelock

    3.0.12

    Flask

    1.1.2

    flatbuffers

    1.12

    future

    0.18.2

    gast

    0.3.3

    gensim

    4.0.1

    gitdb

    4.0.5

    GitPython

    3.1.14

    google-api-core

    1.26.1

    google-auth

    1.28.0

    google-auth-oauthlib

    0.4.3

    google-cloud-core

    1.6.0

    google-cloud-language

    2.0.0

    google-cloud-storage

    1.36.2

    google-crc32c

    1.1.2

    google-pasta

    0.2.0

    google-resumable-media

    1.2.0

    googleapis-common-protos

    1.53.0

    gorilla

    0.3.0

    graphviz

    0.8.4

    grpcio

    1.32.0

    gunicorn

    20.0.4

    h5py

    2.10.0

    hijri-converter

    2.1.1

    holidays

    0.11.1

    horovod

    0.21.3

    huggingface-hub

    0.0.8

    hyperopt

    0.1.2

    idna

    2.10

    imageio

    2.9.0

    imagesize

    1.2.0

    imgaug

    0.4.0

    importlib-metadata

    1.7.0

    inflect

    5.3.0

    iniconfig

    1.1.1

    ipykernel

    5.5.3

    ipython

    7.22.0

    ipython-genutils

    0.2.0

    ipywidgets

    7.6.3

    itsdangerous

    1.1.0

    jedi

    0.18.0

    Jinja2

    2.11.3

    jmespath

    0.10.0

    joblib

    1.0.1

    json2html

    1.3.0

    json5

    0.9.5

    jsonschema

    3.2.0

    jstyleson

    0.0.2

    jupyter-client

    6.1.12

    jupyter-core

    4.7.1

    jupyter-server-proxy

    1.3.2

    jupyter-tensorboard

    0.2.2a0

    jupyterlab

    2.2.9

    jupyterlab-nvdashboard

    0.4.0

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    1.2.0

    jupyterlab-widgets

    1.0.0

    Keras

    2.4.3

    Keras-Preprocessing

    1.1.2

    kfserving

    0.5.1

    kiwisolver

    1.3.1

    korean-lunar-calendar

    0.2.1

    kubernetes

    12.0.1

    libcst

    0.3.17

    librosa

    0.8.0

    lightautoml

    0.2.14

    lightgbm

    2.3.1

    llvmlite

    0.36.0

    log-calls

    0.3.2

    Mako

    1.1.4

    Markdown

    3.3.4

    MarkupSafe

    1.1.1

    matplotlib

    3.3.4

    minio

    6.0.2

    mistune

    0.8.4

    mlflow

    1.7.2

    mmcv-full

    1.2.7

    mpi4py

    3.0.3

    multidict

    5.1.0

    mxnet

    1.5.1

    mxnet-cu101mkl

    1.6.0.post0

    mypy-extensions

    0.4.3

    nbclient

    0.5.3

    nbconvert

    6.0.7

    nbformat

    5.1.2

    nest-asyncio

    1.5.1

    networkx

    2.5.1

    nibabel

    3.2.1

    nltk

    3.5

    notebook

    6.1.4

    npm

    0.1.1

    numba

    0.53.0

    numpy

    1.16.3

    oauthlib

    3.1.0

    onnx

    1.9.0

    opencv-python

    4.5.2.52

    opencv-python-headless

    4.5.2.52

    openvino

    2021.3.0

    openvino-dev

    2021.3.0

    opt-einsum

    3.3.0

    optional-django

    0.1.0

    optuna

    2.7.0

    packaging

    20.9

    pandas

    1.1.5

    pandocfilters

    1.4.3

    parasail

    1.2.4

    parso

    0.8.2

    pbr

    5.6.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    8.1.2

    pip

    21.0.1

    plotly

    4.14.3

    pluggy

    0.13.1

    poetry-core

    1.0.3

    pooch

    1.3.0

    portalocker

    2.0.0

    prettytable

    2.1.0

    prometheus-client

    0.9.0

    prometheus-flask-exporter

    0.18.1

    prompt-toolkit

    3.0.18

    proto-plus

    1.18.1

    protobuf

    3.15.6

    psutil

    5.8.0

    ptyprocess

    0.7.0

    py

    1.10.0

    py-cpuinfo

    8.0.0

    pyarrow

    3.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.20

    pydicom

    2.1.2

    Pygments

    2.8.1

    PyJWT

    2.0.1

    PyMeeus

    0.5.11

    pymongo

    3.11.3

    pynvml

    8.0.4

    pyOpenSSL

    20.0.1

    pyparsing

    2.4.7

    pyperclip

    1.8.2

    pyrsistent

    0.17.3

    PySocks

    1.7.1

    pytest

    6.2.4

    python-dateutil

    2.8.1

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2021.1

    PyWavelets

    1.1.1

    PyYAML

    5.4.1

    pyzmq

    22.0.3

    querystring-parser

    1.2.4

    rawpy

    0.16.0

    regex

    2021.3.17

    requests

    2.25.1

    requests-oauthlib

    1.3.0

    resampy

    0.2.2

    retrying

    1.3.3

    rsa

    4.5

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.3.6

    sacrebleu

    1.5.1

    sacremoses

    0.0.45

    scikit-image

    0.18.1

    scikit-learn

    0.24.1

    scipy

    1.5.4

    seaborn

    0.11.1

    Send2Trash

    1.5.0

    sentencepiece

    0.1.95

    setuptools

    54.2.0

    Shapely

    1.7.1

    simpervisor

    0.4

    simplejson

    3.17.2

    six

    1.15.0

    smart-open

    5.0.0

    smmap

    3.0.5

    snowballstemmer

    2.1.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    Sphinx

    4.0.2

    sphinx-rtd-theme

    0.5.2

    sphinxcontrib-applehelp

    1.0.2

    sphinxcontrib-devhelp

    1.0.2

    sphinxcontrib-htmlhelp

    2.0.0

    sphinxcontrib-jsmath

    1.0.1

    sphinxcontrib-qthelp

    1.0.3

    sphinxcontrib-serializinghtml

    1.1.5

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.1

    stevedore

    3.3.0

    table-logger

    0.3.6

    tabulate

    0.8.9

    tensorboard

    2.5.0

    tensorboard-data-server

    0.6.0

    tensorboard-plugin-wit

    1.8.0

    tensorboardX

    1.9

    tensorflow

    2.4.1

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.3.0

    termcolor

    1.1.0

    terminado

    0.9.4

    test-generator

    0.1.1

    testpath

    0.4.4

    texttable

    1.6.3

    threadpoolctl

    2.1.0

    tifffile

    2021.4.8

    tokenizers

    0.10.2

    toml

    0.10.2

    torch

    1.8.1

    torchvision

    0.9.1

    tornado

    6.1

    tqdm

    4.31.1

    traitlets

    5.0.5

    transformers

    4.6.1

    typer

    0.3.2

    typing-extensions

    3.7.4.3

    typing-inspect

    0.6.0

    urllib3

    1.26.4

    wcwidth

    0.2.5

    webencodings

    0.5.1

    websocket-client

    0.58.0

    Werkzeug

    1.0.1

    wheel

    0.36.2

    widgetsnbextension

    3.5.1

    wrapt

    1.12.1

    xgboost

    1.3.3

    yamlloader

    1.0.0

    yapf

    0.31.0

    yarl

    1.6.3

    zipp

    3.4.1

–/–

  • Christofari.A100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/data-hub/jupyter-simple_image:latest

…

Размер образа — 3,5 ГБ

…

Версия Ubuntu в образе — 18.04

…

  • Версия latest

    Package

    Version

    aiohttp

    3.8.1

    aiosignal

    1.2.0

    argon2-cffi

    21.3.0

    argon2-cffi-bindings

    21.2.0

    asttokens

    2.0.5

    async-timeout

    4.0.2

    attrs

    21.4.0

    backcall

    0.2.0

    black

    22.1.0

    bleach

    4.1.0

    brotlipy

    0.7.0

    certifi

    2020.6.20

    cffi

    1.14.3

    chardet

    3.0.4

    charset-normalizer

    2.0.11

    click

    8.0.3

    conda

    4.9.2

    conda-package-handling

    1.7.2

    cryptography

    3.2.1

    debugpy

    1.5.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    entrypoints

    0.4

    executing

    0.8.2

    frozenlist

    1.3.0

    idna

    2.10

    importlib-resources

    5.4.0

    ipykernel

    6.8.0

    ipython

    8.0.1

    ipython-genutils

    0.2.0

    jedi

    0.18.1

    Jinja2

    3.0.3

    json5

    0.9.6

    jsonschema

    4.4.0

    jupyter-client

    7.1.2

    jupyter-core

    4.9.1

    jupyter-server-proxy

    1.3.2

    jupyterlab

    2.2.9

    jupyterlab-pygments

    0.1.2

    jupyterlab-server

    1.2.0

    MarkupSafe

    2.0.1

    matplotlib-inline

    0.1.3

    mistune

    0.8.4

    multidict

    6.0.2

    mypy-extensions

    0.4.3

    nbclient

    0.5.10

    nbconvert

    6.4.1

    nbformat

    5.1.3

    nest-asyncio

    1.5.4

    notebook

    6.1.4

    numpy

    1.22.2

    packaging

    21.3

    pandocfilters

    1.5.0

    parso

    0.8.3

    pathspec

    0.9.0

    pexpect

    4.8.0

    pickleshare

    0.7.5

    pip

    20.2.4

    platformdirs

    2.4.1

    prometheus-client

    0.13.1

    prompt-toolkit

    3.0.26

    protobuf

    3.19.4

    ptyprocess

    0.7.0

    pure-eval

    0.2.2

    pycosat

    0.6.3

    pycparser

    2.20

    Pygments

    2.11.2

    pyOpenSSL

    19.1.0

    pyparsing

    3.0.7

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    pyzmq

    22.3.0

    requests

    2.24.0

    ruamel-yaml

    0.15.87

    Send2Trash

    1.8.0

    setuptools

    50.3.1.post20201107

    simpervisor

    0.4

    six

    1.15.0

    stack-data

    0.1.4

    tensorboardX

    1.9

    terminado

    0.13.1

    testpath

    0.5.0

    tomli

    2.0.0

    tornado

    6.1

    tqdm

    4.51.0

    traitlets

    5.1.1

    typing-extensions

    4.0.1

    urllib3

    1.25.11

    wcwidth

    0.2.5

    webencodings

    0.5.1

    wheel

    0.35.1

    yarl

    1.7.2

    zipp

    3.7.0

–/3.8

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-jupyter/jupyter-server:0.0.94

…

Версия Ubuntu в образе — 22.04

…

  • Версия 0.0.90

    Package

    Version

    absl-py

    2.0.0

    aiofiles

    22.1.0

    aiohttp

    3.8.6

    aiosignal

    1.3.1

    aiosqlite

    0.19.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    anyio

    4.0.0

    archspec

    0.2.2

    argon2-cffi

    23.1.0

    argon2-cffi-bindings

    21.2.0

    arrow

    1.3.0

    astroid

    2.15.8

    asttokens

    2.4.1

    async-lru

    2.0.4

    async-timeout

    4.0.3

    attrs

    23.1.0

    autopep8

    2.0.4

    Babel

    2.13.1

    backports.functools-lru-cache

    1.6.5

    beautifulsoup4

    4.12.2

    bitmath

    1.3.3.1

    black

    23.10.0

    bleach

    6.1.0

    blinker

    1.7.0

    bokeh

    3.3.0

    boltons

    23.0.0

    boto3

    1.28.80

    boto3-type-annotations-with-docs

    0.3.1

    botocore

    1.31.80

    Brotli

    1.1.0

    cachetools

    5.3.2

    certifi

    2023.7.22

    cffi

    1.16.0

    charset-normalizer

    3.3.2

    click

    8.1.7

    cloudpickle

    2.2.1

    colorama

    0.4.6

    comm

    0.1.4

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-pack

    0.7.1

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    dask

    2023.10.1

    dask_labextension

    7.0.0

    databricks-cli

    0.18.0

    debugpy

    1.8.0

    decorator

    5.1.1

    defusedxml

    0.7.1

    dill

    0.3.7

    distributed

    2023.10.1

    docker

    6.1.3

    docstring-to-markdown

    0.13

    doki-theme-jupyter

    88.1.1.1.0

    entrypoints

    0.4

    exceptiongroup

    1.1.3

    executing

    2.0.1

    fastjsonschema

    2.18.1

    flake8

    6.1.0

    Flask

    2.3.3

    fonttools

    4.44.0

    fqdn

    1.5.1

    frozenlist

    1.4.0

    fsspec

    2023.10.0

    gevent

    23.9.1

    geventhttpclient

    2.0.2

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    greenlet

    3.0.0

    grpcio

    1.59.2

    gunicorn

    21.2.0

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    ipydrawio

    1.3.0

    ipydrawio-widgets

    1.3.0

    ipykernel

    6.26.0

    ipython

    8.17.2

    ipython-genutils

    0.2.0

    ipywidgets

    8.1.1

    isoduration

    20.11.0

    isort

    5.12.0

    itsdangerous

    2.1.2

    jedi

    0.17.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    json5

    0.9.14

    jsonpatch

    1.33

    jsonpointer

    2.4

    jsonschema

    4.19.2

    jsonschema-specifications

    2023.7.1

    jupyter_client

    7.4.9

    jupyter_core

    5.5.0

    jupyter-events

    0.9.0

    jupyter-lsp

    2.2.0

    jupyter-resource-usage

    0.7.2

    jupyter_server

    2.10.0

    jupyter_server_fileid

    0.9.0

    jupyter-server-mathjax

    0.2.6

    jupyter_server_proxy

    4.1.2

    jupyter_server_terminals

    0.4.4

    jupyter_server_ydoc

    0.8.0

    jupyter-ydoc

    0.2.5

    jupyterlab

    3.6.6

    jupyterlab_code_formatter

    2.2.1

    jupyterlab_git

    0.43.0

    jupyterlab_horizon_theme

    3.1.1

    jupyterlab-interactive-dashboard-editor

    0.4.0

    jupyterlab-lsp

    5.0.0

    jupyterlab-nvdashboard

    0.9.0

    jupyterlab-pygments

    0.2.2

    jupyterlab_server

    2.25.0

    jupyterlab-system-monitor

    0.8.0

    jupyterlab-tensorboard-pro

    4.0.0

    jupyterlab-topbar

    0.6.1

    jupyterlab-widgets

    3.0.9

    kiwisolver

    1.4.5

    lazy-object-proxy

    1.9.0

    lckr-jupyterlab-variableinspector

    3.0.9

    lesscpy

    0.14.0

    Levenshtein

    0.23.0

    libmambapy

    1.5.3

    locket

    1.0.0

    loguru

    0.7.2

    lxml

    4.9.3

    Mako

    1.2.4

    Markdown

    3.5.1

    markdown-it-py

    3.0.0

    MarkupSafe

    2.1.3

    matplotlib

    3.3.4

    matplotlib-inline

    0.1.6

    mccabe

    0.7.0

    mdurl

    0.1.2

    mistune

    3.0.2

    mlflow

    2.7.0

    mlspace

    0.17.0.dev0+bcc4e19c

    msgpack

    1.0.7

    multidict

    6.0.4

    mypy-extensions

    1.0.0

    nb-conda-kernels

    2.3.1

    nbclassic

    1.0.0

    nbclient

    0.9.0

    nbconvert

    7.9.2

    nbdime

    3.2.1

    nbformat

    5.9.2

    nest-asyncio

    1.5.8

    notebook

    6.5.6

    notebook_shim

    0.2.3

    npm

    0.1.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optional-django

    0.1.0

    oras

    0.1.25

    overrides

    7.4.0

    packaging

    23.2

    pandas

    1.5.0

    pandocfilters

    1.5.0

    parso

    0.7.1

    partd

    1.4.1

    pathspec

    0.11.2

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    playwright

    1.39.0

    pluggy

    1.3.0

    ply

    3.11

    prometheus-client

    0.18.0

    prompt-toolkit

    3.0.39

    protobuf

    3.20.3

    psutil

    5.9.5

    ptyprocess

    0.7.0

    pure-eval

    0.2.2

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycodestyle

    2.11.1

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydocstyle

    6.3.0

    pyee

    11.0.1

    pyflakes

    3.1.0

    Pygments

    2.16.1

    PyJWT

    2.8.0

    pylint

    2.17.7

    pynvml

    11.5.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-json-logger

    2.0.7

    python-jsonrpc-server

    0.4.0

    python-language-server

    0.36.2

    python-Levenshtein

    0.23.0

    python-lsp-jsonrpc

    1.1.2

    python-lsp-server

    1.8.2

    python-rapidjson

    1.13

    pytoolconfig

    1.2.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    pyzmq

    24.0.1

    querystring-parser

    1.2.4

    rapidfuzz

    3.5.2

    referencing

    0.30.2

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    rfc3339-validator

    0.1.4

    rfc3986-validator

    0.1.1

    rich

    13.6.0

    rope

    1.11.0

    rpds-py

    0.12.0

    rsa

    4.9

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    scikit-learn

    1.3.2

    scipy

    1.11.3

    Send2Trash

    1.8.2

    sentry-extension

    0.0.1

    sentry-sdk

    1.34.0

    setuptools

    68.2.2

    shellingham

    1.5.4

    simpervisor

    1.0.0

    six

    1.16.0

    smmap

    5.0.1

    sniffio

    1.3.0

    snowballstemmer

    2.2.0

    sortedcontainers

    2.4.0

    soupsieve

    2.5

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    stack-data

    0.6.2

    tabulate

    0.9.0

    tblib

    3.0.0

    tensorboard

    2.15.0

    tensorboard-data-server

    0.7.2

    terminado

    0.17.1

    threadpoolctl

    3.2.0

    tinycss2

    1.2.1

    toml

    0.10.2

    tomli

    2.0.1

    tomlkit

    0.12.2

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.66.1

    traitlets

    5.13.0

    tritonclient

    2.36.0

    typer

    0.9.0

    types-python-dateutil

    2.8.19.14

    typing_extensions

    4.8.0

    ujson

    5.8.0

    uri-template

    1.3.0

    urllib3

    1.26.18

    wcwidth

    0.2.9

    webcolors

    1.13

    webencodings

    0.5.1

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    whatthepatch

    1.0.5

    wheel

    0.41.3

    widgetsnbextension

    4.0.9

    wrapt

    1.15.0

    xyzservices

    2023.10.1

    y-py

    0.6.2

    yapf

    0.40.2

    yarl

    1.9.2

    ypy-websocket

    0.8.4

    zict

    3.0.0

    zipp

    3.17.0

    zope.event

    5.0

    zope.interface

    6.1

    zstandard

    0.22.0

  • Версия 0.0.92

    Package

    Version

    absl-py

    2.1.0

    aiofiles

    22.1.0

    aiohttp

    3.9.3

    aiosignal

    1.3.1

    aiosqlite

    0.19.0

    alembic

    1.13.1

    annotated-types

    0.6.0

    anyio

    4.2.0

    archspec @ file

    argon2-cffi

    23.1.0

    argon2-cffi-bindings

    21.2.0

    arrow

    1.3.0

    astroid

    2.15.8

    asttokens @ file

    async-lru

    2.0.4

    async-timeout

    4.0.3

    attrs

    23.2.0

    autopep8

    2.0.4

    Babel

    2.14.0

    beautifulsoup4

    4.12.3

    bitmath

    1.3.3.1

    black

    23.10.0

    bleach

    6.1.0

    blinker

    1.7.0

    boltons @ file

    boto3

    1.34.40

    boto3-type-annotations-with-docs

    0.3.1

    botocore

    1.34.40

    Brotli @ file

    cachetools

    5.3.2

    certifi @ file

    cffi @ file

    charset-normalizer @ file

    click

    8.1.7

    cloudpickle

    3.0.0

    colorama @ file

    comm @ file

    conda @ file

    conda-content-trust @ file

    conda-libmamba-solver @ file

    conda-pack @ file

    conda-package-handling @ file

    conda_package_streaming @ file

    contourpy

    1.2.0

    cryptography @ file

    cycler

    0.12.1

    debugpy @ file

    decorator @ file

    defusedxml

    0.7.1

    dill

    0.3.8

    distro @ file

    docker

    7.0.0

    docstring-to-markdown

    0.13

    entrypoints

    0.4

    exceptiongroup @ file

    executing @ file

    fastjsonschema

    2.19.1

    flake8

    6.1.0

    Flask

    3.0.2

    fonttools

    4.48.1

    fqdn

    1.5.1

    frozenlist

    1.4.1

    gevent

    23.9.1

    geventhttpclient

    2.0.2

    gitdb

    4.0.11

    GitPython

    3.1.41

    google-auth

    2.27.0

    google-auth-oauthlib

    1.2.0

    greenlet

    3.0.3

    grpcio

    1.60.1

    gunicorn

    21.2.0

    h11

    0.14.0

    httpcore

    1.0.2

    httpx

    0.26.0

    idna @ file

    importlib-metadata @ file

    importlib-resources

    6.1.1

    ipydrawio

    1.3.0

    ipydrawio-widgets

    1.3.0

    ipykernel @ file

    ipython @ file

    ipython-genutils

    0.2.0

    ipywidgets

    8.1.2

    isoduration

    20.11.0

    isort

    5.12.0

    itsdangerous

    2.1.2

    jedi

    0.17.2

    Jinja2

    3.1.3

    jmespath

    1.0.1

    joblib

    1.3.2

    json5

    0.9.14

    jsonpatch @ file

    jsonpointer @ file

    jsonschema

    4.21.1

    jsonschema-specifications

    2023.12.1

    jupyter-events

    0.9.0

    jupyter-kernel-gateway

    3.0.0

    jupyter-lsp

    2.2.2

    jupyter-server-mathjax

    0.2.6

    jupyter-ydoc

    0.2.5

    jupyter_client

    8.6.0

    jupyter_core @ file

    jupyter_server

    2.12.5

    jupyter_server_fileid

    0.9.1

    jupyter_server_proxy @ file

    jupyter_server_terminals

    0.5.2

    jupyter_server_ydoc

    0.8.0

    jupyterlab

    3.6.7

    jupyterlab-lsp

    5.0.0

    jupyterlab_code_formatter

    2.2.1

    jupyterlab_git

    0.50.0

    jupyterlab_horizon_theme

    3.1.1

    jupyterlab_pygments

    0.3.0

    jupyterlab_server

    2.25.2

    jupyterlab_widgets

    3.0.10

    kiwisolver

    1.4.5

    lazy-object-proxy

    1.10.0

    lckr_jupyterlab_variableinspector

    3.0.9

    libmambapy @ file

    loguru

    0.7.2

    lxml

    5.1.0

    Mako

    1.3.2

    Markdown

    3.5.2

    markdown-it-py

    3.0.0

    MarkupSafe

    2.1.5

    matplotlib

    3.8.2

    matplotlib-inline @ file

    mccabe

    0.7.0

    mdurl

    0.1.2

    menuinst @ file

    mistune

    3.0.2

    mlflow

    2.10.2

    mlspace @ file

    multidict

    6.0.5

    mypy-extensions

    1.0.0

    nb-conda-kernels @ file

    nbclassic

    1.0.0

    nbclient

    0.9.0

    nbconvert

    7.16.0

    nbdime

    4.0.1

    nbformat

    5.9.2

    nest_asyncio @ file

    notebook

    6.5.6

    notebook_shim

    0.2.3

    npm

    0.1.1

    numpy

    1.26.4

    oauthlib

    3.2.2

    optional-django

    0.1.0

    oras

    0.1.27

    overrides

    7.7.0

    packaging @ file

    pandas

    1.5.0

    pandocfilters

    1.5.1

    parso

    0.7.1

    pathspec

    0.12.1

    pexpect @ file

    pickleshare @ file

    pillow

    10.2.0

    platformdirs @ file

    playwright

    1.41.2

    pluggy @ file

    prometheus-client

    0.19.0

    prompt-toolkit @ file

    protobuf

    3.20.3

    psutil @ file

    ptyprocess @ file

    pure-eval @ file

    pyarrow

    15.0.0

    pyasn1

    0.5.1

    pyasn1-modules

    0.3.0

    pycodestyle

    2.11.1

    pycosat @ file

    pycparser @ file

    pydantic

    2.6.1

    pydantic_core

    2.16.2

    pydocstyle

    6.3.0

    pyee

    11.0.1

    pyflakes

    3.1.0

    Pygments @ file

    pylint

    2.17.7

    pyparsing

    3.1.1

    PySocks @ file

    python-dateutil @ file

    python-json-logger

    2.0.7

    python-jsonrpc-server

    0.4.0

    python-language-server

    0.36.2

    python-lsp-jsonrpc

    1.1.2

    python-lsp-server

    1.8.2

    python-rapidjson

    1.14

    pytoolconfig

    1.3.1

    pytz

    2023.4

    PyYAML

    6.0.1

    pyzmq

    24.0.1

    querystring-parser

    1.2.4

    referencing

    0.33.0

    requests @ file

    requests-oauthlib

    1.3.1

    rfc3339-validator

    0.1.4

    rfc3986-validator

    0.1.1

    rich

    13.7.0

    rope

    1.12.0

    rpds-py

    0.17.1

    rsa

    4.9

    ruamel.yaml @ file

    ruamel.yaml.clib @ file

    s3transfer

    0.10.0

    scikit-learn

    1.4.0

    scipy

    1.12.0

    Send2Trash

    1.8.2

    sentry-extension @ file

    sentry-sdk

    1.40.3

    shellingham

    1.5.4

    simpervisor

    1.0.0

    six @ file

    smmap

    5.0.1

    sniffio

    1.3.0

    snowballstemmer

    2.2.0

    soupsieve

    2.5

    SQLAlchemy

    2.0.26

    sqlparse

    0.4.4

    stack-data @ file

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    terminado

    0.18.0

    threadpoolctl

    3.2.0

    tinycss2

    1.2.1

    toml

    0.10.2

    tomli

    2.0.1

    tomlkit

    0.12.3

    tornado

    6.4

    tqdm @ file

    traitlets @ file

    tritonclient

    2.36.0

    typer

    0.9.0

    types-python-dateutil

    2.8.19.20240106

    typing_extensions @ file

    ujson

    5.9.0

    uri-template

    1.3.0

    urllib3

    1.26.18

    wcwidth @ file

    webcolors

    1.13

    webencodings

    0.5.1

    websocket-client

    1.7.0

    Werkzeug

    3.0.1

    whatthepatch

    1.0.5

    widgetsnbextension

    4.0.10

    wrapt

    1.16.0

    y-py

    0.6.2

    yapf

    0.40.2

    yarl

    1.9.4

    ypy-websocket

    0.8.4

    zipp @ file

    zope.event

    5.0

    zope.interface

    6.1

    zstandard

    0.22.0

  • Версия 0.0.93

    Package

    Version

    absl-py

    2.1.0

    aiofiles

    22.1.0

    aiohttp

    3.9.3

    aiosignal

    1.3.1

    aiosqlite

    0.20.0

    alembic

    1.13.1

    annotated-types

    0.6.0

    anyio

    4.3.0

    archspec

    0.2.3

    argon2-cffi

    23.1.0

    argon2-cffi-bindings

    21.2.0

    arrow

    1.3.0

    astroid

    2.15.8

    asttokens

    2.4.1

    async-lru

    2.0.4

    async-timeout

    4.0.3

    attrs

    23.2.0

    autopep8

    2.0.4

    Babel

    2.14.0

    beautifulsoup4

    4.12.3

    bitmath

    1.3.3.1

    black

    23.10.0

    bleach

    6.1.0

    blinker

    1.7.0

    boltons

    23.1.1

    boto3

    1.34.60

    boto3-type-annotations-with-docs

    0.3.1

    botocore

    1.34.60

    Brotli

    1.1.0

    cachetools

    5.3.3

    certifi

    2024.2.2

    cffi

    1.16.0

    charset-normalizer

    3.3.2

    click

    8.1.7

    cloudpickle

    3.0.0

    cloudru_extension

    4.4.0

    colorama

    0.4.6

    comm

    0.2.1

    conda

    24.1.2

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    24.1.0

    conda-pack

    0.7.1

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    42.0.5

    cycler

    0.12.1

    debugpy

    1.8.1

    decorator

    5.1.1

    defusedxml

    0.7.1

    dill

    0.3.8

    distro

    1.9.0

    docker

    7.0.0

    docstring-to-markdown

    0.15

    entrypoints

    0.4

    exceptiongroup

    1.2.0

    executing

    2.0.1

    fastjsonschema

    2.19.1

    flake8

    6.1.0

    Flask

    3.0.2

    fonttools

    4.49.0

    fqdn

    1.5.1

    frozenlist

    1.4.1

    gevent

    24.2.1

    geventhttpclient

    2.0.2

    gitdb

    4.0.11

    GitPython

    3.1.42

    google-auth

    2.28.2

    google-auth-oauthlib

    1.2.0

    greenlet

    3.0.3

    grpcio

    1.62.1

    gunicorn

    21.2.0

    h11

    0.14.0

    httpcore

    1.0.4

    httpx

    0.27.0

    idna

    3.6

    importlib_metadata

    7.0.2

    importlib_resources

    6.1.3

    ipydrawio

    1.3.0

    ipydrawio-widgets

    1.3.0

    ipykernel

    6.29.3

    ipython

    8.18.1

    ipython-genutils

    0.2.0

    ipywidgets

    8.1.2

    isoduration

    20.11.0

    isort

    5.12.0

    itsdangerous

    2.1.2

    jedi

    0.17.2

    Jinja2

    3.1.3

    jmespath

    1.0.1

    joblib

    1.3.2

    json5

    0.9.22

    jsonpatch

    1.33

    jsonpointer

    2.4

    jsonschema

    4.21.1

    jsonschema-specifications

    2023.12.1

    jupyter_client

    8.6.0

    jupyter_core

    5.7.1

    jupyter-events

    0.9.0

    jupyter-kernel-gateway

    3.0.0

    jupyter-lsp

    2.2.4

    jupyter_server

    2.13.0

    jupyter_server_fileid

    0.9.1

    jupyter-server-mathjax

    0.2.6

    jupyter_server_proxy

    4.1.2

    jupyter_server_terminals

    0.5.2

    jupyter_server_ydoc

    0.8.0

    jupyter-ydoc

    0.2.5

    jupyterlab

    3.6.7

    jupyterlab_code_formatter

    2.2.1

    jupyterlab_git

    0.50.0

    jupyterlab_horizon_theme

    3.1.1

    jupyterlab-lsp

    5.0.0

    jupyterlab_pygments

    0.3.0

    jupyterlab_server

    2.25.4

    jupyterlab_widgets

    3.0.10

    kiwisolver

    1.4.5

    lazy-object-proxy

    1.10.0

    lckr_jupyterlab_variableinspector

    3.0.9

    libmambapy

    1.5.7

    loguru

    0.7.2

    lxml

    5.1.0

    Mako

    1.3.2

    Markdown

    3.5.2

    markdown-it-py

    3.0.0

    MarkupSafe

    2.1.5

    matplotlib

    3.8.3

    matplotlib-inline

    0.1.6

    mccabe

    0.7.0

    mdurl

    0.1.2

    menuinst

    2.0.2

    mistune

    3.0.2

    mlflow

    2.10.2

    mlspace

    0.17.0.dev0+cfe38e0b

    multidict

    6.0.5

    mypy-extensions

    1.0.0

    nb_conda_kernels

    2.3.1

    nbclassic

    1.0.0

    nbclient

    0.9.0

    nbconvert

    7.16.0

    nbdime

    4.0.1

    nbformat

    5.9.2

    nest_asyncio

    1.6.0

    notebook

    6.5.6

    notebook_shim

    0.2.4

    npm

    0.1.1

    numpy

    1.26.4

    oauthlib

    3.2.2

    optional-django

    0.1.0

    oras

    0.1.27

    overrides

    7.7.0

    packaging

    23.2

    pandas

    1.5.0

    pandocfilters

    1.5.1

    parso

    0.7.1

    pathspec

    0.12.1

    pexpect

    4.9.0

    pickleshare

    0.7.5

    pillow

    10.2.0

    pip

    24.0

    platformdirs

    4.2.0

    playwright

    1.42.0

    pluggy

    1.4.0

    prometheus_client

    0.20.0

    prompt-toolkit

    3.0.42

    protobuf

    3.20.3

    psutil

    5.9.8

    ptyprocess

    0.7.0

    pure-eval

    0.2.2

    pyarrow

    15.0.1

    pyasn1

    0.5.1

    pyasn1-modules

    0.3.0

    pycodestyle

    2.11.1

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.6.3

    pydantic_core

    2.16.3

    pydocstyle

    6.3.0

    pyee

    11.0.1

    pyflakes

    3.1.0

    Pygments

    2.17.2

    pylint

    2.17.7

    pyparsing

    3.1.2

    PySocks

    1.7.1

    python-dateutil

    2.9.0

    python-json-logger

    2.0.7

    python-jsonrpc-server

    0.4.0

    python-language-server

    0.36.2

    python-lsp-jsonrpc

    1.1.2

    python-lsp-server

    1.8.2

    python-rapidjson

    1.16

    pytoolconfig

    1.3.1

    pytz

    2023.4

    PyYAML

    6.0.1

    pyzmq

    24.0.1

    querystring-parser

    1.2.4

    referencing

    0.33.0

    requests

    2.31.0

    requests-oauthlib

    1.4.0

    rfc3339-validator

    0.1.4

    rfc3986-validator

    0.1.1

    rich

    13.7.1

    rope

    1.12.0

    rpds-py

    0.18.0

    rsa

    4.9

    ruamel.yaml

    0.18.6

    ruamel.yaml.clib

    0.2.8

    s3transfer

    0.10.0

    scikit-learn

    1.4.1.post1

    scipy

    1.12.0

    Send2Trash

    1.8.2

    sentry-extension

    0.0.1

    sentry-sdk

    1.41.0

    setuptools

    69.1.1

    shellingham

    1.5.4

    simpervisor

    1.0.0

    six

    1.16.0

    smmap

    5.0.1

    sniffio

    1.3.1

    snowballstemmer

    2.2.0

    soupsieve

    2.5

    SQLAlchemy

    2.0.28

    sqlparse

    0.4.4

    stack-data

    0.6.2

    tenacity

    8.2.3

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    terminado

    0.18.0

    threadpoolctl

    3.3.0

    tinycss2

    1.2.1

    toml

    0.10.2

    tomli

    2.0.1

    tomlkit

    0.12.4

    tornado

    6.4

    tqdm

    4.66.2

    traitlets

    5.14.1

    tritonclient

    2.36.0

    typer

    0.9.0

    types-python-dateutil

    2.8.19.20240311

    typing_extensions

    4.10.0

    ujson

    5.9.0

    uri-template

    1.3.0

    urllib3

    1.26.18

    wcwidth

    0.2.13

    webcolors

    1.13

    webencodings

    0.5.1

    websocket-client

    1.7.0

    Werkzeug

    3.0.1

    whatthepatch

    1.0.5

    wheel

    0.42.0

    widgetsnbextension

    4.0.10

    wrapt

    1.16.0

    y-py

    0.6.2

    yapf

    0.40.2

    yarl

    1.9.4

    ypy-websocket

    0.8.4

    zipp

    3.17.0

    zope.event

    5.0

    zope.interface

    6.2

    zstandard

    0.22.0

  • Версия 0.0.94

    Package

    Version

    absl-py

    2.1.0

    aiohttp

    3.9.3

    aiosignal

    1.3.1

    alembic

    1.13.1

    aniso8601

    9.0.1

    annotated-types

    0.6.0

    anyio

    4.3.0

    archspec

    0.2.3

    argon2-cffi

    23.1.0

    argon2-cffi-bindings

    21.2.0

    arrow

    1.3.0

    astroid

    3.0.3

    asttokens

    2.4.1

    async-lru

    2.0.4

    async-timeout

    4.0.3

    attrs

    23.2.0

    autopep8

    2.0.4

    Babel

    2.14.0

    beautifulsoup4

    4.12.3

    bitmath

    1.3.3.1

    bleach

    6.1.0

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.34.71

    boto3-type-annotations-with-docs

    0.3.1

    botocore

    1.34.71

    Brotli

    1.0.9

    certifi

    2024.2.2

    cffi

    1.16.0

    charset-normalizer

    2.0.4

    click

    8.1.7

    cloudpickle

    3.0.0

    cloudru_extension

    4.4.0

    colorama

    0.4.6

    comm

    0.2.2

    conda

    24.3.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    24.1.0

    conda-pack

    0.7.1

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    42.0.2

    cycler

    0.12.1

    debugpy

    1.6.7

    decorator

    5.1.1

    defusedxml

    0.7.1

    dill

    0.3.8

    distro

    1.8.0

    docker

    7.0.0

    docstring-to-markdown

    0.15

    entrypoints

    0.4

    exceptiongroup

    1.2.0

    executing

    2.0.1

    fastjsonschema

    2.19.1

    flake8

    7.0.0

    Flask

    3.0.2

    fonttools

    4.50.0

    fqdn

    1.5.1

    frozenlist

    1.4.1

    gevent

    24.2.1

    geventhttpclient

    2.0.2

    gitdb

    4.0.11

    GitPython

    3.1.42

    graphene

    3.3

    graphql-core

    3.2.3

    graphql-relay

    3.2.0

    greenlet

    3.0.3

    grpcio

    1.62.1

    gunicorn

    21.2.0

    h11

    0.14.0

    httpcore

    1.0.4

    httpx

    0.27.0

    idna

    3.4

    importlib_metadata

    7.1.0

    importlib_resources

    6.4.0

    ipykernel

    6.29.3

    ipython

    8.18.1

    ipython-genutils

    0.2.0

    isoduration

    20.11.0

    isort

    5.13.2

    itsdangerous

    2.1.2

    jedi

    0.17.2

    Jinja2

    3.1.3

    jmespath

    1.0.1

    joblib

    1.3.2

    json5

    0.9.24

    jsonpatch

    1.32

    jsonpointer

    2.1

    jsonschema

    4.21.1

    jsonschema-specifications

    2023.12.1

    jupyter-archive

    3.4.0

    jupyter_client

    8.6.1

    jupyter-contrib-core

    0.4.2

    jupyter-contrib-nbextensions

    0.7.0

    jupyter_core

    5.7.2

    jupyter-events

    0.10.0

    jupyter-highlight-selected-word

    0.2.0

    jupyter-kernel-gateway

    3.0.0

    jupyter-lsp

    2.2.4

    jupyter-nbextensions-configurator

    0.6.3

    jupyter-resource-usage

    1.0.2

    jupyter_server

    2.13.0

    jupyter-server-mathjax

    0.2.6

    jupyter_server_proxy

    4.1.2

    jupyter_server_terminals

    0.5.3

    jupyterlab

    4.1.5

    jupyterlab_code_formatter

    2.2.1

    jupyterlab_git

    0.50.0

    jupyterlab_horizon_theme

    4.0.2

    jupyterlab-lsp

    5.1.0

    jupyterlab_pygments

    0.3.0

    jupyterlab_server

    2.25.4

    jupyterlab_tensorboard_pro

    4.0.0

    jupyterlab_widgets

    3.0.10

    kiwisolver

    1.4.5

    libmambapy

    1.5.6

    loguru

    0.7.2

    lxml

    5.1.0

    Mako

    1.3.2

    Markdown

    3.6

    markdown-it-py

    3.0.0

    MarkupSafe

    2.1.5

    matplotlib

    3.8.3

    matplotlib-inline

    0.1.6

    mccabe

    0.7.0

    mdurl

    0.1.2

    menuinst

    2.0.2

    mistune

    3.0.2

    mlflow

    2.11.3

    mlspace

    0.17.0.dev0+cfe38e0b

    multidict

    6.0.5

    nb_conda_kernels

    2.3.1

    nbclient

    0.10.0

    nbconvert

    7.16.3

    nbdime

    4.0.1

    nbformat

    5.10.3

    nest-asyncio

    1.6.0

    nodeenv

    1.8.0

    notebook

    6.4.12

    notebook_shim

    0.2.4

    npm

    0.1.1

    numpy

    1.26.4

    optional-django

    0.1.0

    oras

    0.1.28

    overrides

    7.7.0

    packaging

    23.1

    pandas

    1.5.0

    pandocfilters

    1.5.1

    parso

    0.7.1

    pexpect

    4.9.0

    pickleshare

    0.7.5

    pillow

    10.2.0

    pip

    23.3.1

    platformdirs

    3.10.0

    playwright

    1.42.0

    pluggy

    1.0.0

    prometheus_client

    0.20.0

    prompt-toolkit

    3.0.42

    protobuf

    3.20.3

    psutil

    5.9.8

    ptyprocess

    0.7.0

    pure-eval

    0.2.2

    pyarrow

    15.0.2

    pycodestyle

    2.11.1

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.6.4

    pydantic_core

    2.16.3

    pydocstyle

    6.3.0

    pyee

    11.0.1

    pyflakes

    3.2.0

    Pygments

    2.17.2

    pylint

    3.0.4

    pyparsing

    3.1.2

    pyright

    1.1.356

    PySocks

    1.7.1

    python-dateutil

    2.9.0

    python-json-logger

    2.0.7

    python-jsonrpc-server

    0.4.0

    python-language-server

    0.36.2

    python-lsp-jsonrpc

    1.1.2

    python-lsp-server

    1.10.1

    python-rapidjson

    1.16

    pytoolconfig

    1.3.1

    pytz

    2024.1

    PyYAML

    6.0.1

    pyzmq

    25.1.2

    querystring-parser

    1.2.4

    referencing

    0.34.0

    requests

    2.31.0

    rfc3339-validator

    0.1.4

    rfc3986-validator

    0.1.1

    rich

    13.7.1

    rope

    1.13.0

    rpds-py

    0.18.0

    ruamel.yaml

    0.17.21

    ruamel.yaml.clib

    0.2.6

    s3transfer

    0.10.1

    scikit-learn

    1.4.1.post1

    scipy

    1.12.0

    Send2Trash

    1.8.2

    sentry-extension

    0.0.1

    sentry-sdk

    1.43.0

    setuptools

    68.2.2

    shellingham

    1.5.4

    simpervisor

    1.0.0

    six

    1.16.0

    smmap

    5.0.1

    sniffio

    1.3.1

    snowballstemmer

    2.2.0

    soupsieve

    2.5

    SQLAlchemy

    2.0.29

    sqlparse

    0.4.4

    stack-data

    0.6.2

    tenacity

    8.2.3

    tensorboard

    2.16.2

    tensorboard-data-server

    0.7.2

    terminado

    0.18.1

    threadpoolctl

    3.4.0

    tinycss2

    1.2.1

    tomli

    2.0.1

    tomlkit

    0.12.4

    tornado

    6.4

    tqdm

    4.66.2

    traitlets

    5.14.2

    tritonclient

    2.36.0

    typer

    0.9.4

    types-python-dateutil

    2.9.0.20240316

    typing_extensions

    4.10.0

    tzdata

    2024.1

    ujson

    5.9.0

    uri-template

    1.3.0

    urllib3

    1.26.18

    wcwidth

    0.2.13

    webcolors

    1.13

    webencodings

    0.5.1

    websocket-client

    1.7.0

    Werkzeug

    3.0.1

    whatthepatch

    1.0.5

    wheel

    0.41.2

    widgetsnbextension

    4.0.10

    yapf

    0.40.2

    yarl

    1.9.4

    zipp

    3.17.0

    zope.event

    5.0

    zope.interface

    6.2

    zstandard

    0.19.0

–/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

Запустили Evolution free tier
для Dev & Test
Получить