Образы для деплоев

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

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

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

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

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

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

Рассмотрим образ cr.ai.cloud.ru/aicloud-base-images/horovod-cuda10.0-tf1.15.0-pt1.3.0:0.0.32-3:

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

  • /aicloud-base-images/ — часть адреса репозитория, которая показывает, что образ находится в разделе базовых образов.

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

    • horovod — показывает, что в образе установлен horovod.

    • cuda10.0\- — в образе используется версия cuda — 10.0.

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

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

    • 0.0.32-3 — тег образа.

Библиотеки в базовых образах для деплоев

Ниже приведены примеры для получения списка базовых образов, используя 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...'

Полный список библиотек, установленных в базовых образах, приведен ниже.

Образы для деплоев и задач обучения

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

Horovod/Cuda

TF

PT/Python

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

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-torch1.8.2-py39:0.0.36

…

Размер образа — 17,82 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.8.2+cu111

    torchaudio

    0.8.2

    torchvision

    0.9.2+cu111

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.1

1.8.2/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-torch1.8.0-py39:0.0.36

…

Размер образа — 17,82 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.8.0+cu111

    torchaudio

    0.8.0

    torchvision

    0.9.0+cu111

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.1

1.8.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-torch1.8.1-py39:0.0.36

…

Размер образа — 17,82 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.1

1.8.1/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-torch1.9.0-py39:0.0.36

…

Размер образа — 17,82 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.9.0+cu111

    torchaudio

    0.9.0

    torchvision

    0.10.0+cu111

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.1

1.9.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-torch1.9.1-py39:0.0.36

…

Размер образа — 18,24 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.1

1.9.1/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-torch1.10.0-py39:0.0.36

…

Размер образа — 18,24 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.10.0+cu111

    torchaudio

    0.10.0+rocm4.1

    torchvision

    0.11.0+cu111

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.1

1.10.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-torch1.10.1-py39:0.0.36

…

Размер образа — 18,56 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.10.1+cu111

    torchaudio

    0.10.1+cu111

    torchvision

    0.11.2+cu111

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.1

1.10.1/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.3-torch1.12.0-py39:0.0.36

…

Размер образа — 17,32 ГБ

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.26.63

    botocore

    1.29.63

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.2

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    59.5.0

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.12.0+cu113

    torchaudio

    0.12.0+cu113

    torchvision

    0.13.0+cu113

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.3

1.12.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.6-torch1.12.0-py39:0.0.36

…

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

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.12.0+cu116

    torchaudio

    0.12.0+cu116

    torchvision

    0.13.0+cu116

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.6

1.12.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.6-torch1.13.0-py39:0.0.36

…

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

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.13.0+cu116

    torchaudio

    0.13.0+cu116

    torchvision

    0.14.0+cu116

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.6

1.13.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.6-torch1.13.1-py39:0.0.36

…

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

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.13.1+cu116

    torchaudio

    0.13.1+cu116

    torchvision

    0.14.1+cu116

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.6

1.13.1/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.7-torch1.13.0-py39:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.13.1+cu117

    torchaudio

    0.13.1+cu117

    torchvision

    0.14.1+cu117

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.7

1.13.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.7-torch1.13.1-py39:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    msgpack

    1.0.7

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    1.13.1+cu117

    torchaudio

    0.13.1+cu117

    torchvision

    0.14.1+cu117

    tqdm

    4.66.1

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.7

1.13.1/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.7-torch2-py39:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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

    cmake

    3.25.0

    colorama

    0.4.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.9.0

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    lit

    15.0.7

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.2

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.0

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.24.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    9.3.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.0.0+cu117

    torchaudio

    2.0.1+cu117

    torchvision

    0.15.1+cu117

    tqdm

    4.66.1

    triton

    2.0.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.7

2.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.8-torch2-py38:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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

    cmake

    3.25.0

    colorama

    0.4.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.1.1

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.9.0

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.0.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    lit

    15.0.7

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.2

    matplotlib

    3.7.3

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.0

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.24.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.0.3

    Pillow

    9.3.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.25.0

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.10.1

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.14.0

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.0.1+cu118

    torchaudio

    2.0.2+cu118

    torchvision

    0.15.2+cu118

    tqdm

    4.66.1

    triton

    2.0.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.8

2.0/3.8

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.8-torch2-py39:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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

    cmake

    3.25.0

    colorama

    0.4.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.9.0

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    lit

    15.0.7

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.2

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.0

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.24.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    9.3.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.0.1+cu118

    torchaudio

    2.0.2+cu118

    torchvision

    0.15.2+cu118

    tqdm

    4.66.1

    triton

    2.0.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.8

2.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.8-torch2-py310:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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

    cmake

    3.25.0

    colorama

    0.4.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.9.0

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    lit

    15.0.7

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.2

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.0

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.24.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    9.3.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.0.1+cu118

    torchaudio

    2.0.2+cu118

    torchvision

    0.15.2+cu118

    tqdm

    4.66.1

    triton

    2.0.0

    truststore

    0.8.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    2.0.7

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.8

2.0/3.10

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda11.8-torch2-py311:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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

    cmake

    3.25.0

    colorama

    0.4.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.9.0

    Flask

    3.0.0

    fonttools

    4.44.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    lit

    15.0.7

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.2

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.0

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.24.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    9.3.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.0.1+cu118

    torchaudio

    2.0.2+cu118

    torchvision

    0.15.2+cu118

    tqdm

    4.66.1

    triton

    2.0.0

    truststore

    0.8.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    2.0.7

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/11.8

2.0/3.11

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda12.1-torch2-py38:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.1.1

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.13.1

    Flask

    3.0.0

    fonttools

    4.44.0

    fsspec

    2023.10.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.0.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.7.3

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.1

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.24.4

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.0.3

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.25.0

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.10.1

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.14.0

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.1.0+cu121

    torchaudio

    2.1.0+cu121

    torchvision

    0.16.0+cu121

    tqdm

    4.66.1

    triton

    2.1.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/12.1

2.0/3.8

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda12.1-torch2-py39:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.13.1

    Flask

    3.0.0

    fonttools

    4.44.0

    fsspec

    2023.10.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    importlib-resources

    6.1.1

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.2.1

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.1.0+cu121

    torchaudio

    2.1.0+cu121

    torchvision

    0.16.0+cu121

    tqdm

    4.66.1

    triton

    2.1.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    1.26.18

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/12.1

2.0/3.9

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda12.1-torch2-py310:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.13.1

    Flask

    3.0.0

    fonttools

    4.44.0

    fsspec

    2023.10.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.2.1

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.1.0+cu121

    torchaudio

    2.1.0+cu121

    torchvision

    0.16.0+cu121

    tqdm

    4.66.1

    triton

    2.1.0

    truststore

    0.8.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    2.0.7

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/12.1

2.0/3.10

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/cuda12.1-torch2-py311:0.0.36

…

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

…

  • Версия 0.0.36

    Package

    Version

    absl-py

    2.0.0

    alembic

    1.12.1

    annotated-types

    0.6.0

    archspec

    0.2.2

    audioread

    3.0.1

    awscli

    1.29.82

    blinker

    1.7.0

    boltons

    23.0.0

    boto3

    1.28.82

    botocore

    1.31.82

    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.4

    colorlog

    6.7.0

    conda

    23.10.0

    conda-content-trust

    0.2.0

    conda-libmamba-solver

    23.11.0

    conda-package-handling

    2.2.0

    conda_package_streaming

    0.9.0

    contourpy

    1.2.0

    cryptography

    41.0.5

    cycler

    0.12.1

    Cython

    3.0.5

    databricks-cli

    0.18.0

    decorator

    5.1.1

    docker

    6.1.3

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.13.1

    Flask

    3.0.0

    fonttools

    4.44.0

    fsspec

    2023.10.0

    future

    0.18.3

    gitdb

    4.0.11

    GitPython

    3.1.40

    google-api-core

    2.13.0

    google-auth

    2.23.4

    google-auth-oauthlib

    1.1.0

    google-cloud-language

    2.11.1

    googleapis-common-protos

    1.61.0

    greenlet

    3.0.1

    grpcio

    1.59.2

    grpcio-status

    1.59.2

    gunicorn

    21.2.0

    h5py

    3.10.0

    horovod

    0.28.1

    idna

    3.4

    importlib-metadata

    6.8.0

    inflect

    7.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.3.2

    jsonpatch

    1.33

    jsonpointer

    2.4

    kiwisolver

    1.4.5

    lazy_loader

    0.3

    libmambapy

    1.5.3

    librosa

    0.10.1

    llvmlite

    0.41.1

    lxml

    4.9.3

    Mako

    1.3.0

    Markdown

    3.5.1

    MarkupSafe

    2.1.3

    matplotlib

    3.8.1

    mlflow

    2.8.0

    mpi4py

    3.1.5

    mpmath

    1.3.0

    msgpack

    1.0.7

    networkx

    3.2.1

    nltk

    3.8.1

    numba

    0.58.1

    numpy

    1.26.1

    oauthlib

    3.2.2

    optuna

    3.4.0

    packaging

    23.2

    pandas

    2.1.2

    Pillow

    10.1.0

    pip

    23.3.1

    platformdirs

    3.11.0

    pluggy

    1.3.0

    pooch

    1.8.0

    portalocker

    2.8.2

    proto-plus

    1.22.3

    protobuf

    4.23.4

    psutil

    5.9.6

    pyarrow

    13.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pycosat

    0.6.6

    pycparser

    2.21

    pydantic

    2.4.2

    pydantic_core

    2.10.1

    pydantic-settings

    2.0.3

    PyJWT

    2.8.0

    pyparsing

    3.1.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.0

    python-speech-features

    0.6

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    querystring-parser

    1.2.4

    regex

    2023.10.3

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.18.5

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.7.0

    sacrebleu

    2.3.2

    scikit-learn

    1.3.2

    scipy

    1.11.3

    sentencepiece

    0.1.99

    setuptools

    68.2.2

    six

    1.16.0

    smmap

    5.0.1

    soundfile

    0.12.1

    sox

    1.4.1

    soxr

    0.3.7

    SQLAlchemy

    2.0.23

    sqlparse

    0.4.4

    sympy

    1.12

    tabulate

    0.9.0

    tensorboard

    2.15.1

    tensorboard-data-server

    0.7.2

    tensorboardX

    2.6.2.2

    threadpoolctl

    3.2.0

    torch

    2.1.0+cu121

    torchaudio

    2.1.0+cu121

    torchvision

    0.16.0+cu121

    tqdm

    4.66.1

    triton

    2.1.0

    truststore

    0.8.0

    typing_extensions

    4.8.0

    tzdata

    2023.3

    urllib3

    2.0.7

    websocket-client

    1.6.4

    Werkzeug

    3.0.1

    wheel

    0.41.3

    xgboost

    2.0.1

    zipp

    3.17.0

    zstandard

    0.22.0

0.28.1/12.1

2.0/3.11

  • Christofari.A100

  • Christofari.V100

  • Cloud.Region.A100 (GPU Tesla A100)

  • Cloud.Region.HP1

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda10.0-tf1.15.0-pt1.3.0:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astor

    0.8.1

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.2.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.9.0

    Keras-Applications

    1.0.8

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu100

    1.5.0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.20.1

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    1.15.0

    tensorboardX

    2.5.1

    tensorflow-estimator

    1.15.1

    tensorflow-gpu

    1.15.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.3.0+cu100

    torchvision

    0.4.1+cu100

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astor

    0.8.1

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.2.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.9.0

    Keras-Applications

    1.0.8

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu100

    1.5.0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.20.1

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    1.15.0

    tensorboardX

    2.5.1

    tensorflow-estimator

    1.15.1

    tensorflow-gpu

    1.15.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.3.0+cu100

    torchvision

    0.4.1+cu100

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astor

    0.8.1

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.2.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.10.0

    google-auth

    2.11.0

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    graphviz

    0.8.4

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.10.0

    Keras-Applications

    1.0.8

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu100

    1.5.0

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.21.6

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.20.1

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    1.15.0

    tensorboardX

    2.5.1

    tensorflow-estimator

    1.15.1

    tensorflow-gpu

    1.15.0

    termcolor

    2.0.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.3.0+cu100

    torchvision

    0.4.1+cu100

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.22.1/10.0

1.15.0

1.3.0/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda10.1-tf2.2.0-pt1.5.0:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    4.2.4

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu101

    1.5.0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.20.1

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.4.1

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.2.2

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.2.0

    tensorflow-gpu

    2.2.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.5.0+cu101

    torchvision

    0.6.0+cu101

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    4.2.4

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu101

    1.5.0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.20.1

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.4.1

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.2.2

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.2.0

    tensorflow-gpu

    2.2.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.5.0+cu101

    torchvision

    0.6.0+cu101

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    4.2.4

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.10.0

    google-auth

    1.35.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    graphviz

    0.8.4

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.10.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu101

    1.5.0

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.21.6

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.20.1

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.2.2

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.2.0

    tensorflow-gpu

    2.2.0

    termcolor

    2.0.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.5.0+cu101

    torchvision

    0.6.0+cu101

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.22.1/10.1

2.2.0

1.5.0/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda10.1-tf2.3.0-pt1.6.0:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu101mkl

    1.6.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.18.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.4.1

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.3.0

    tensorflow-gpu

    2.3.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.6.0+cu101

    torchvision

    0.7.0+cu101

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu101mkl

    1.6.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.18.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.4.1

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.3.0

    tensorflow-gpu

    2.3.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.6.0+cu101

    torchvision

    0.7.0+cu101

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    graphviz

    0.8.4

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.10.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu101mkl

    1.6.0.post0

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.18.5

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.3.0

    tensorflow-gpu

    2.3.0

    termcolor

    2.0.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.6.0+cu101

    torchvision

    0.7.0+cu101

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.22.1/10.1

2.3.0

1.6.0/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda10.2:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.0

    adal

    1.2.7

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu102

    1.6.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1

    torchaudio

    0.8.1

    torchvision

    0.9.1

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.0

    adal

    1.2.7

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu102

    1.6.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1

    torchaudio

    0.8.1

    torchvision

    0.9.1

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.0

    adal

    1.2.7

    aiohttp

    3.8.1

    aiohttp-cors

    0.7.0

    aioredis

    1.3.1

    aiosignal

    1.2.0

    alembic

    1.4.1

    anyio

    3.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    graphviz

    0.8.4

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu102

    1.6.0.post0

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.21.6

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1

    torchaudio

    0.8.1

    torchvision

    0.9.1

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.22.1/10.2

1.8.1/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.0-tf2.4.0-pt1.7.1:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu110

    1.8.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.7.1+cu110

    torchaudio

    0.7.2

    torchvision

    0.8.2+cu110

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu110

    1.8.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.7.1+cu110

    torchaudio

    0.7.2

    torchvision

    0.8.2+cu110

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    flatbuffers

    1.12

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    graphviz

    0.8.4

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.22.1

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.10.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu110

    1.8.0.post0

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.19.5

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.7.1+cu110

    torchaudio

    0.7.2

    torchvision

    0.8.2+cu110

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.0

2.4.0

1.7.1/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.0-tf2.4.0-pt1.7.1-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu110

    1.8.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.7.1+cu110

    torchaudio

    0.7.2

    torchvision

    0.8.2+cu110

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    graphviz

    0.8.4

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.9.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu110

    1.8.0.post0

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.7.1+cu110

    torchaudio

    0.7.2

    torchvision

    0.8.2+cu110

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    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.6.1

    apex

    0.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    flatbuffers

    1.12

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.3.3

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    graphviz

    0.8.4

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    2.10.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.10.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    mxnet-cu110

    1.8.0.post0

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.19.5

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.4.0

    tensorflow-gpu

    2.4.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.7.1+cu110

    torchaudio

    0.7.2

    torchvision

    0.8.2+cu110

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.0

2.4.0

1.7.1/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.1-pt1.8.1:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.21.6

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.1

1.8.1/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.1-pt1.9.1:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    59.5.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    59.5.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.21.6

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.5.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.1

1.9.1/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.1-pt1.8.1-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.21.6

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.8.1+cu111

    torchaudio

    0.8.1

    torchvision

    0.9.1+cu111

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.1

1.8.1/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.1-pt1.9.1-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    absl-py

    1.1.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.28

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.28

    botocore

    1.27.28

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    59.5.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.21.6

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    59.5.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    Package

    Version

    absl-py

    1.2.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.6.1

    apex

    0.1

    appdirs

    1.4.4

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.7.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.21.6

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.5.0

    simplejson

    3.17.6

    six

    1.16.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    1.9.1+cu111

    torchaudio

    0.9.1

    torchvision

    0.10.1+cu111

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.14.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.1

1.9.1/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.2-tf2.5.0:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.9.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.9.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    flatbuffers

    1.12

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.10.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.19.5

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.2

2.5.0

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.2-tf2.6.0:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    clang

    5.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.6.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.6.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    clang

    5.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.6.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.6.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    clang

    5.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    flatbuffers

    1.12

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.6.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.19.5

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.6.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.2

2.6.0

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.2-tf2.5.0-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.9.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.9.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    flatbuffers

    1.12

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.10.0

    keras-nightly

    2.5.0.dev2021032900

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.19.5

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.5.0

    tensorflow-gpu

    2.5.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.2

2.5.0

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/horovod-cuda11.2-tf2.6.0-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.26

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.26

    botocore

    1.27.26

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    clang

    5.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.3.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.1

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.78.0

    filelock

    3.7.1

    Flask

    2.1.2

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.1

    google-cloud-language

    2.4.3

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.3

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.8.0

    inflect

    5.6.1

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.6.2

    keras

    2.6.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.3

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.3.7

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.5.3

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.1.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.1.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.6.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.1.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.0

…

  • Версия 0.0.32

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    21.4.0

    audioread

    2.1.9

    autopage

    0.5.1

    avro

    1.11.0

    awscli

    1.25.36

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessings

    1.7

    bokeh

    2.4.3

    boto3

    1.24.36

    botocore

    1.27.36

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    clang

    5.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.4.0

    cloudpickle

    2.1.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.6.0

    conda

    4.13.0

    conda-package-handling

    1.8.1

    configparser

    5.2.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.30

    dask

    2022.2.0

    databricks-cli

    0.17.0

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    5.0.3

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.79.0

    filelock

    3.7.1

    Flask

    2.1.3

    flatbuffers

    1.12

    fonttools

    4.34.4

    frozenlist

    1.3.0

    fsspec

    2022.5.0

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.9.1

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.1

    google-cloud-storage

    2.4.0

    google-crc32c

    1.3.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    0.6.0

    grpcio

    1.47.0

    grpcio-status

    1.47.0

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    5.6.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.7.2

    keras

    2.6.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.38.1

    locket

    1.0.0

    Mako

    1.2.1

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.2

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.0

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.55.2

    numpy

    1.19.5

    nvidia-ml-py3

    7.352.0

    oauthlib

    3.2.0

    opencensus

    0.10.0

    opencensus-context

    0.1.2

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    2.10.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.2.0

    pbr

    5.9.0

    Pillow

    9.2.0

    pip

    22.2

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.3.0

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.2

    proto-plus

    1.20.6

    protobuf

    3.19.4

    psutil

    5.9.1

    py-spy

    0.3.12

    pyarrow

    8.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.7.9

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.3.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.1.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.96

    setuptools

    63.2.0

    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

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.9.1

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.6.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    uvicorn

    0.18.2

    wcwidth

    0.2.5

    websocket-client

    1.3.3

    Werkzeug

    2.2.0

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.1

    yapf

    0.32.0

    yarl

    1.7.2

    zict

    2.2.0

    zipp

    3.8.1

…

  • Версия 0.0.32.3

    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.6.1

    appdirs

    1.4.4

    astunparse

    1.6.3

    async-timeout

    4.0.2

    asynctest

    0.13.0

    attrs

    22.1.0

    audioread

    3.0.0

    autopage

    0.5.1

    avro

    1.11.1

    awscli

    1.25.71

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    blessed

    1.19.1

    bokeh

    2.4.3

    boto3

    1.24.70

    botocore

    1.27.70

    brotlipy

    0.7.0

    cached-property

    1.5.2

    cachetools

    5.2.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    clang

    5.0

    click

    8.1.3

    cliff

    3.10.1

    cloudevents

    1.6.1

    cloudpickle

    2.2.0

    cmaes

    0.8.2

    cmd2

    2.4.2

    colorama

    0.4.4

    colorful

    0.5.4

    colorlog

    6.7.0

    conda

    4.14.0

    conda-package-handling

    1.8.1

    configparser

    5.3.0

    cryptography

    37.0.1

    cycler

    0.11.0

    Cython

    0.29.32

    dask

    2022.2.0

    databricks-cli

    0.17.3

    decorator

    5.1.1

    Deprecated

    1.2.13

    deprecation

    2.1.0

    distributed

    2022.2.0

    docker

    6.0.0

    docutils

    0.16

    entrypoints

    0.4

    fastapi

    0.83.0

    filelock

    3.8.0

    Flask

    2.2.2

    flatbuffers

    1.12

    fonttools

    4.37.1

    frozenlist

    1.3.1

    fsspec

    2022.8.2

    future

    0.18.2

    gast

    0.4.0

    gitdb

    4.0.9

    GitPython

    3.1.27

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-auth-oauthlib

    0.4.6

    google-cloud-core

    2.3.2

    google-cloud-language

    2.5.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.5.0

    google-pasta

    0.2.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    gorilla

    0.4.0

    gpustat

    1.0.0

    grpcio

    1.48.1

    grpcio-status

    1.48.1

    gunicorn

    20.1.0

    h11

    0.13.0

    h5py

    3.1.0

    HeapDict

    1.0.1

    hiredis

    2.0.0

    horovod

    0.25.0

    idna

    3.3

    importlib-metadata

    4.12.0

    importlib-resources

    5.9.0

    inflect

    6.0.0

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.1.0

    jsonschema

    4.16.0

    keras

    2.6.0

    Keras-Preprocessing

    1.1.2

    kfserving

    0.6.1

    kiwisolver

    1.4.4

    kubernetes

    24.2.0

    librosa

    0.9.2

    llvmlite

    0.39.1

    locket

    1.0.0

    lxml

    4.9.1

    Mako

    1.2.2

    Markdown

    3.4.1

    MarkupSafe

    2.1.1

    matplotlib

    3.5.3

    minio

    6.0.2

    mlflow

    1.7.2

    mmcv-full

    1.6.1

    modin

    0.12.1

    mpi4py

    3.1.3

    msgpack

    1.0.4

    multidict

    6.0.2

    nltk

    3.7

    numba

    0.56.2

    numpy

    1.19.5

    nvidia-ml-py

    11.495.46

    oauthlib

    3.2.1

    opencensus

    0.11.0

    opencensus-context

    0.1.3

    opencv-python

    4.6.0.66

    opt-einsum

    3.3.0

    optuna

    3.0.1

    packaging

    21.3

    pandas

    1.3.5

    partd

    1.3.0

    pbr

    5.10.0

    Pillow

    9.2.0

    pip

    22.2.2

    pkgutil_resolve_name

    1.3.10

    pooch

    1.6.0

    portalocker

    2.5.1

    prettytable

    3.4.1

    prometheus-client

    0.14.1

    prometheus-flask-exporter

    0.20.3

    proto-plus

    1.22.1

    protobuf

    3.19.4

    psutil

    5.9.2

    py-spy

    0.3.14

    pyarrow

    9.0.0

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    PyJWT

    2.4.0

    pyOpenSSL

    22.0.0

    pyparsing

    3.0.9

    pyperclip

    1.8.2

    pyrsistent

    0.18.1

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-editor

    1.0.4

    python-speech-features

    0.6

    pytz

    2022.2.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    ray

    1.6.0

    redis

    4.3.4

    regex

    2022.9.11

    requests

    2.28.1

    requests-oauthlib

    1.3.1

    resampy

    0.4.1

    rsa

    4.7.2

    ruamel-yaml-conda

    0.15.80

    s3transfer

    0.6.0

    sacrebleu

    2.2.0

    scikit-learn

    1.0.2

    scipy

    1.7.3

    sentencepiece

    0.1.97

    setuptools

    59.8.0

    simplejson

    3.17.6

    six

    1.15.0

    smmap

    5.0.0

    sniffio

    1.3.0

    sortedcontainers

    2.4.0

    SoundFile

    0.10.3.post1

    sox

    1.4.1

    SQLAlchemy

    1.3.13

    sqlparse

    0.4.2

    starlette

    0.19.1

    stevedore

    3.5.0

    table-logger

    0.3.6

    tabulate

    0.8.10

    tblib

    1.7.0

    tensorboard

    2.10.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    tensorflow-estimator

    2.6.0

    tensorflow-gpu

    2.6.0

    termcolor

    1.1.0

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    tornado

    6.2

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    uvicorn

    0.18.3

    wcwidth

    0.2.5

    websocket-client

    1.4.1

    Werkzeug

    2.2.2

    wheel

    0.37.1

    wrapt

    1.12.1

    xgboost

    1.6.2

    yapf

    0.32.0

    yarl

    1.8.1

    zict

    2.2.0

    zipp

    3.8.1

0.25.0/11.2

2.6.0

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda10.0:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/10.0

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/cuda10.1:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/10.1

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/cuda10.2:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/10.2

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/cuda11.0:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.0

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/cuda11.1:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.1

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/cuda11.2:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.2

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/cuda11.3:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.3

–/3.7

  • Christofari.V100

  • Cloud.Region.CPU (CPU)

cr.ai.cloud.ru/aicloud-base-images/cuda11.0-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.0

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda11.1-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.1

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda11.2-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.2

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda11.3-a100:0.0.32

…

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

…

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

…

  • Версия 0.0.31

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.1.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

–/11.3

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda11.5:0.0.32.3

…

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

…

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

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.5

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda11.5-a100:0.0.32.3

…

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

…

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

…

  • Версия 0.0.32

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.9.1

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    typing_extensions

    4.3.0

    urllib3

    1.26.10

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15.1

    cffi

    1.15.1

    charset-normalizer

    2.1.1

    colorama

    0.4.5

    conda

    4.14.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.2.2

    pycosat

    0.6.3

    pycparser

    2.21

    pydantic

    1.10.2

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    65.3.0

    six

    1.16.0

    toolz

    0.12.0

    tqdm

    4.64.1

    typing_extensions

    4.3.0

    urllib3

    1.26.11

    wheel

    0.37.1

–/11.5

–/3.7

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda11.7-pt2:0.0.33

…

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

…

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

…

  • Версия 0.0.33

    Package

    Version

    absl-py

    1.4.0

    alembic

    1.9.2

    apex

    0.1

    appdirs

    1.4.4

    audioread

    3.0.0

    awscli

    1.27.64

    boto3

    1.26.64

    botocore

    1.29.64

    brotlipy

    0.7.0

    cachetools

    5.3.0

    certifi

    2022.12.7

    cffi

    1.15.1

    charset-normalizer

    3.0.1

    click

    8.1.3

    cloudpickle

    2.2.1

    cmaes

    0.9.1

    cmake

    3.25.2

    colorama

    0.4.4

    colorlog

    6.7.0

    conda

    22.11.1

    conda-package-handling

    2.0.2

    conda_package_streaming

    0.7.0

    contourpy

    1.0.7

    cryptography

    39.0.0

    cycler

    0.11.0

    Cython

    0.29.33

    databricks-cli

    0.17.4

    decorator

    5.1.1

    docker

    6.0.1

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.9.0

    Flask

    2.2.2

    fonttools

    4.38.0

    future

    0.18.3

    gitdb

    4.0.10

    GitPython

    3.1.30

    google-api-core

    2.11.0

    google-auth

    2.16.0

    google-auth-oauthlib

    0.4.6

    google-cloud-language

    2.8.1

    googleapis-common-protos

    1.58.0

    greenlet

    2.0.2

    grpcio

    1.51.1

    grpcio-status

    1.48.2

    gunicorn

    20.1.0

    h5py

    3.8.0

    idna

    3.4

    importlib-metadata

    5.2.0

    inflect

    6.0.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.2.0

    kiwisolver

    1.4.4

    librosa

    0.9.2

    llvmlite

    0.39.1

    lxml

    4.9.2

    Mako

    1.2.4

    Markdown

    3.4.1

    MarkupSafe

    2.1.2

    matplotlib

    3.6.3

    mlflow

    2.1.0

    mpi4py

    3.1.4

    mpmath

    1.2.1

    networkx

    3.0

    nltk

    3.8.1

    numba

    0.56.4

    numpy

    1.23.5

    oauthlib

    3.2.2

    optuna

    3.1.0

    packaging

    22.0

    pandas

    1.5.3

    Pillow

    9.4.0

    pip

    23.0

    pluggy

    1.0.0

    pooch

    1.6.0

    portalocker

    2.7.0

    proto-plus

    1.22.2

    protobuf

    3.19.6

    pyarrow

    10.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.4

    pycparser

    2.21

    pydantic

    1.10.4

    PyJWT

    2.6.0

    pyOpenSSL

    23.0.0

    pyparsing

    3.0.9

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-speech-features

    0.6

    pytorch-triton

    2.0.0+0d7e753227

    pytz

    2022.7.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    regex

    2022.10.31

    requests

    2.28.2

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.17.21

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.0

    sacrebleu

    2.3.1

    scikit-learn

    1.2.1

    scipy

    1.10.0

    sentencepiece

    0.1.97

    setuptools

    67.1.0

    shap

    0.41.0

    six

    1.16.0

    slicer

    0.0.7

    smmap

    5.0.0

    soundfile

    0.11.0

    sox

    1.4.1

    SQLAlchemy

    1.4.46

    sqlparse

    0.4.3

    sympy

    1.11.1

    tabulate

    0.9.0

    tensorboard

    2.12.0a0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    2.0.0.dev20230205+cu117

    torchaudio

    2.0.0.dev20230205+cu117

    torchvision

    0.15.0.dev20230205+cu117

    tqdm

    4.64.1

    typing_extensions

    4.4.0

    urllib3

    1.26.14

    websocket-client

    1.5.1

    Werkzeug

    2.2.2

    wheel

    0.38.4

    xgboost

    1.7.3

    zipp

    3.12.0

    zstandard

    0.19.0

–/11.7

2.0

  • Christofari.A100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda11.8-pt2:0.0.33

…

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

…

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

…

  • Версия 0.0.33

    Package

    Version

    absl-py

    1.4.0

    alembic

    1.9.2

    apex

    0.1

    appdirs

    1.4.4

    audioread

    3.0.0

    awscli

    1.27.64

    boto3

    1.26.64

    botocore

    1.29.64

    brotlipy

    0.7.0

    cachetools

    5.3.0

    certifi

    2022.12.7

    cffi

    1.15.1

    charset-normalizer

    3.0.1

    click

    8.1.3

    cloudpickle

    2.2.1

    cmaes

    0.9.1

    cmake

    3.25.2

    colorama

    0.4.4

    colorlog

    6.7.0

    conda

    22.11.1

    conda-package-handling

    2.0.2

    conda_package_streaming

    0.7.0

    contourpy

    1.0.7

    cryptography

    39.0.0

    cycler

    0.11.0

    Cython

    0.29.33

    databricks-cli

    0.17.4

    decorator

    5.1.1

    docker

    6.0.1

    docutils

    0.16

    entrypoints

    0.4

    filelock

    3.9.0

    Flask

    2.2.2

    fonttools

    4.38.0

    future

    0.18.3

    gitdb

    4.0.10

    GitPython

    3.1.30

    google-api-core

    2.11.0

    google-auth

    2.16.0

    google-auth-oauthlib

    0.4.6

    google-cloud-language

    2.8.1

    googleapis-common-protos

    1.58.0

    greenlet

    2.0.2

    grpcio

    1.51.1

    grpcio-status

    1.48.2

    gunicorn

    20.1.0

    h5py

    3.8.0

    idna

    3.4

    importlib-metadata

    5.2.0

    inflect

    6.0.2

    itsdangerous

    2.1.2

    Jinja2

    3.1.2

    jmespath

    1.0.1

    joblib

    1.2.0

    kiwisolver

    1.4.4

    librosa

    0.9.2

    llvmlite

    0.39.1

    lxml

    4.9.2

    Mako

    1.2.4

    Markdown

    3.4.1

    MarkupSafe

    2.1.2

    matplotlib

    3.6.3

    mlflow

    2.1.0

    mpi4py

    3.1.4

    mpmath

    1.2.1

    networkx

    3.0

    nltk

    3.8.1

    numba

    0.56.4

    numpy

    1.23.5

    oauthlib

    3.2.2

    optuna

    3.1.0

    packaging

    22.0

    pandas

    1.5.3

    Pillow

    9.4.0

    pip

    23.0

    pluggy

    1.0.0

    pooch

    1.6.0

    portalocker

    2.7.0

    proto-plus

    1.22.2

    protobuf

    3.19.6

    pyarrow

    10.0.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycosat

    0.6.4

    pycparser

    2.21

    pydantic

    1.10.4

    PyJWT

    2.6.0

    pyOpenSSL

    23.0.0

    pyparsing

    3.0.9

    PySocks

    1.7.1

    python-dateutil

    2.8.2

    python-speech-features

    0.6

    pytorch-triton

    2.0.0+0d7e753227

    pytz

    2022.7.1

    PyYAML

    5.4.1

    querystring-parser

    1.2.4

    regex

    2022.10.31

    requests

    2.28.2

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rsa

    4.7.2

    ruamel.yaml

    0.17.21

    ruamel.yaml.clib

    0.2.7

    s3transfer

    0.6.0

    sacrebleu

    2.3.1

    scikit-learn

    1.2.1

    scipy

    1.10.0

    sentencepiece

    0.1.97

    setuptools

    67.1.0

    shap

    0.41.0

    six

    1.16.0

    slicer

    0.0.7

    smmap

    5.0.0

    soundfile

    0.11.0

    sox

    1.4.1

    SQLAlchemy

    1.4.46

    sqlparse

    0.4.3

    sympy

    1.11.1

    tabulate

    0.9.0

    tensorboard

    2.12.0a0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorboardX

    2.5.1

    threadpoolctl

    3.1.0

    toolz

    0.12.0

    torch

    2.0.0.dev20230205+cu118

    torchaudio

    2.0.0.dev20230205+cu118

    torchvision

    0.15.0.dev20230205+cu118

    tqdm

    4.64.1

    typing_extensions

    4.4.0

    urllib3

    1.26.14

    websocket-client

    1.5.1

    Werkzeug

    2.2.2

    wheel

    0.38.4

    xgboost

    1.7.3

    zipp

    3.12.0

    zstandard

    0.19.0

–/11.8

2.0/3.9

  • Christofari.A100

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/cuda12.2-torch2-py310:0.0.37

…

Задачи обучения с этим образом можно запускать только для типа pytorch2 и instance_type:

  • «a100plus.1gpu.80vG.12C.96G»

  • «a100plus.2gpu.80vG.24C.192G»

  • «a100plus.3gpu.80vG.36C.288G»

  • «a100plus.4gpu.80vG.48C.384G»

  • «a100plus.5gpu.80vG.60C.480G»

  • «a100plus.6gpu.80vG.72C.576G»

  • «a100plus.7gpu.80vG.84C.672G»

  • «a100plus.8gpu.80vG.96C.768G»

…

  • Версия 0.0.37

    Package

    Version

    absl-py

    1.4.0

    aiohttp

    3.8.5

    aiosignal

    1.3.1

    annotated-types

    0.5.0

    apex

    0.1

    argon2-cffi

    23.1.0

    argon2-cffi-bindings

    21.2.0

    asttokens

    2.4.0

    astunparse

    1.6.3

    async-timeout

    4.0.3

    attrs

    23.1.0

    audioread

    3.0.0

    backcall

    0.2.0

    beautifulsoup4

    4.12.2

    bleach

    6.0.0

    blis

    0.7.10

    cachetools

    5.3.1

    catalogue

    2.0.9

    certifi

    2023.7.22

    cffi

    1.15.1

    charset-normalizer

    3.2.0

    click

    8.1.6

    cloudpickle

    2.2.1

    cmake

    3.27.4.1

    comm

    0.1.4

    confection

    0.1.3

    contourpy

    1.1.0

    cubinlinker

    0.3.0+2.gce0680b

    cuda-python

    12.2.0rc5+5.g84845d1

    cudf

    23.8.0

    cugraph

    23.8.0

    cugraph-dgl

    23.8.0

    cugraph-service-client

    23.8.0

    cugraph-service-server

    23.8.0

    cuml

    23.8.0

    cupy-cuda12x

    12.1.0

    cycler

    0.11.0

    cymem

    2.0.7

    Cython

    3.0.2

    dask

    2023.7.1

    dask-cuda

    23.8.0

    dask-cudf

    23.8.0

    debugpy

    1.8.0

    decorator

    5.1.1

    defusedxml

    0.7.1

    distributed

    2023.7.1

    dm-tree

    0.1.8

    einops

    0.6.1

    exceptiongroup

    1.1.3

    execnet

    2.0.2

    executing

    1.2.0

    expecttest

    0.1.3

    fastjsonschema

    2.18.0

    fastrlock

    0.8.1

    filelock

    3.12.4

    flash-attn

    2.0.4

    fonttools

    4.42.1

    frozenlist

    1.4.0

    fsspec

    2023.6.0

    gast

    0.5.4

    google-auth

    2.23.0

    google-auth-oauthlib

    0.4.6

    graphsurgeon

    0.4.6

    grpcio

    1.58.0

    hypothesis

    5.35.1

    idna

    3.4

    importlib-metadata

    6.8.0

    iniconfig

    2.0.0

    intel-openmp

    2021.4.0

    ipykernel

    6.25.2

    ipython

    8.15.0

    ipython-genutils

    0.2.0

    jedi

    0.19.0

    Jinja2

    3.1.2

    joblib

    1.3.2

    json5

    0.9.14

    jsonschema

    4.19.0

    jsonschema-specifications

    2023.7.1

    jupyter_client

    8.3.1

    jupyter_core

    5.3.1

    jupyter-tensorboard

    0.2.0

    jupyterlab

    2.3.2

    jupyterlab-pygments

    0.2.2

    jupyterlab-server

    1.2.0

    jupytext

    1.15.1

    kiwisolver

    1.4.5

    langcodes

    3.3.0

    librosa

    0.9.2

    llvmlite

    0.40.1

    locket

    1.0.0

    Markdown

    3.4.4

    markdown-it-py

    3.0.0

    MarkupSafe

    2.1.3

    matplotlib

    3.7.3

    matplotlib-inline

    0.1.6

    mdit-py-plugins

    0.4.0

    mdurl

    0.1.2

    mistune

    3.0.1

    mkl

    2021.1.1

    mkl-devel

    2021.1.1

    mkl-include

    2021.1.1

    mock

    5.1.0

    mpmath

    1.3.0

    msgpack

    1.0.5

    multidict

    6.0.4

    murmurhash

    1.0.9

    nbclient

    0.8.0

    nbconvert

    7.8.0

    nbformat

    5.9.2

    nest-asyncio

    1.5.7

    networkx

    2.6.3

    ninja

    1.11.1

    notebook

    6.4.10

    numba

    0.57.1+1.g5fba9aa8f

    numpy

    1.22.2

    nvidia-dali-cuda120

    1.29.0

    nvidia-pyindex

    1.0.9

    nvtx

    0.2.5

    oauthlib

    3.2.2

    onnx

    1.14.0

    opencv

    4.7.0

    packaging

    23.1

    pandas

    1.5.3

    pandocfilters

    1.5.0

    parso

    0.8.3

    partd

    1.4.0

    pathy

    0.10.2

    pexpect

    4.8.0

    pickleshare

    0.7.5

    Pillow

    9.2.0

    pip

    24.0

    platformdirs

    3.10.0

    pluggy

    1.3.0

    ply

    3.11

    polygraphy

    0.49.0

    pooch

    1.7.0

    preshed

    3.0.8

    prettytable

    3.9.0

    prometheus-client

    0.17.1

    prompt-toolkit

    3.0.39

    protobuf

    3.19.0

    psutil

    5.9.4

    ptxcompiler

    0.8.1+1.g2cb1b35

    ptyprocess

    0.7.0

    pure-eval

    0.2.2

    pyarrow

    11.0.0

    pyasn1

    0.5.0

    pyasn1-modules

    0.3.0

    pybind11

    2.11.1

    pycocotools

    2.0+nv0.7.3

    pycparser

    2.21

    pydantic

    2.3.0

    pydantic_core

    2.6.3

    pydantic-settings

    2.1.0

    Pygments

    2.16.1

    pylibcugraph

    23.8.0

    pylibcugraphops

    23.8.0

    pylibraft

    23.8.0

    pynvml

    11.4.1

    pyparsing

    3.1.1

    pytest

    7.4.2

    pytest-flakefinder

    1.1.0

    pytest-rerunfailures

    12.0

    pytest-shard

    0.1.2

    pytest-xdist

    3.3.1

    python-dateutil

    2.8.2

    python-dotenv

    1.0.1

    python-hostlist

    1.23.0

    pytorch-quantization

    2.1.2

    pytz

    2023.3

    PyYAML

    6.0.1

    pyzmq

    25.1.1

    raft-dask

    23.8.0

    referencing

    0.30.2

    regex

    2023.8.8

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    resampy

    0.4.2

    rmm

    23.8.0

    rpds-py

    0.10.3

    rsa

    4.9

    scikit-learn

    1.2.0

    scipy

    1.11.1

    Send2Trash

    1.8.2

    setuptools

    69.1.0

    six

    1.16.0

    smart-open

    6.4.0

    sortedcontainers

    2.4.0

    soundfile

    0.12.1

    soupsieve

    2.5

    spacy

    3.6.1

    spacy-legacy

    3.0.12

    spacy-loggers

    1.0.5

    sphinx-glpi-theme

    0.3

    srsly

    2.4.7

    stack-data

    0.6.2

    sympy

    1.12

    tabulate

    0.9.0

    tbb

    2021.10.0

    tblib

    2.0.0

    tensorboard

    2.9.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorrt

    8.6.1

    terminado

    0.17.1

    thinc

    8.1.12

    threadpoolctl

    3.2.0

    thriftpy2

    0.4.16

    tinycss2

    1.2.1

    toml

    0.10.2

    tomli

    2.0.1

    toolz

    0.12.0

    torch

    2.1.0a0+32f93b1

    torch-tensorrt

    2.0.0.dev0

    torchdata

    0.7.0a0

    torchtext

    0.16.0a0

    torchvision

    0.16.0a0

    tornado

    6.3.3

    tqdm

    4.66.1

    traitlets

    5.9.0

    transformer-engine

    0.12.0+170797

    treelite

    3.2.0

    treelite-runtime

    3.2.0

    triton

    2.1.0+e621604

    typer

    0.9.0

    types-dataclasses

    0.6.6

    typing_extensions

    4.7.1

    ucx-py

    0.33.0

    uff

    0.6.9

    urllib3

    1.26.16

    wasabi

    1.1.2

    wcwidth

    0.2.6

    webencodings

    0.5.1

    Werkzeug

    2.3.7

    wheel

    0.42.0

    xdoctest

    1.0.2

    xgboost

    1.7.5

    yarl

    1.9.2

    zict

    3.0.0

    zipp

    3.16.2

–/12.2

2.0/3.10

  • Cloud.Region.HP

cr.ai.cloud.ru/aicloud-base-images/cuda12.3-torch2-py310:0.0.37

…

Задачи обучения с этим образом можно запускать только для типа pytorch2 и instance_type:

  • «a100plus.1gpu.80vG.12C.96G»

  • «a100plus.2gpu.80vG.24C.192G»

  • «a100plus.3gpu.80vG.36C.288G»

  • «a100plus.4gpu.80vG.48C.384G»

  • «a100plus.5gpu.80vG.60C.480G»

  • «a100plus.6gpu.80vG.72C.576G»

  • «a100plus.7gpu.80vG.84C.672G»

  • «a100plus.8gpu.80vG.96C.768G»

…

  • Версия 0.0.37

    Package

    Version

    absl-py

    2.1.0

    aiohttp

    3.9.1

    aiosignal

    1.3.1

    annotated-types

    0.6.0

    apex

    0.1

    argon2-cffi

    23.1.0

    argon2-cffi-bindings

    21.2.0

    asttokens

    2.4.1

    astunparse

    1.6.3

    async-timeout

    4.0.3

    attrs

    23.2.0

    audioread

    3.0.1

    beautifulsoup4

    4.12.3

    bleach

    6.1.0

    blis

    0.7.11

    cachetools

    5.3.2

    catalogue

    2.0.10

    certifi

    2023.11.17

    cffi

    1.16.0

    charset-normalizer

    3.3.2

    click

    8.1.7

    cloudpathlib

    0.16.0

    cloudpickle

    3.0.0

    cmake

    3.28.1

    comm

    0.2.1

    confection

    0.1.4

    contourpy

    1.2.0

    cubinlinker

    0.3.0+2.g405ac64

    cuda-python

    12.3.0rc4+9.gdb8c48a.dirty

    cudf

    23.12.0

    cugraph

    23.12.0

    cugraph-dgl

    23.12.0

    cugraph-service-client

    23.12.0

    cugraph-service-server

    23.12.0

    cuml

    23.12.0

    cupy-cuda12x

    12.3.0

    cycler

    0.12.1

    cymem

    2.0.8

    Cython

    3.0.8

    dask

    2023.11.0

    dask-cuda

    23.12.0

    dask-cudf

    23.12.0

    debugpy

    1.8.0

    decorator

    5.1.1

    defusedxml

    0.7.1

    distributed

    2023.11.0

    dm-tree

    0.1.8

    einops

    0.7.0

    exceptiongroup

    1.2.0

    execnet

    2.0.2

    executing

    2.0.1

    expecttest

    0.1.3

    fastjsonschema

    2.19.1

    fastrlock

    0.8.2

    filelock

    3.13.1

    flash-attn

    2.0.4

    fonttools

    4.47.2

    frozenlist

    1.4.1

    fsspec

    2023.12.2

    gast

    0.5.4

    google-auth

    2.26.2

    google-auth-oauthlib

    0.4.6

    graphsurgeon

    0.4.6

    grpcio

    1.60.0

    hypothesis

    5.35.1

    idna

    3.6

    importlib-metadata

    7.0.1

    iniconfig

    2.0.0

    intel-openmp

    2021.4.0

    ipykernel

    6.29.0

    ipython

    8.20.0

    ipython-genutils

    0.2.0

    jedi

    0.19.1

    Jinja2

    3.1.3

    joblib

    1.3.2

    json5

    0.9.14

    jsonschema

    4.21.1

    jsonschema-specifications

    2023.12.1

    jupyter_client

    8.6.0

    jupyter_core

    5.7.1

    jupyter-tensorboard

    0.2.0

    jupyterlab

    2.3.2

    jupyterlab_pygments

    0.3.0

    jupyterlab-server

    1.2.0

    jupytext

    1.16.1

    kiwisolver

    1.4.5

    langcodes

    3.3.0

    lazy_loader

    0.3

    librosa

    0.10.1

    llvmlite

    0.40.1

    locket

    1.0.0

    Markdown

    3.5.2

    markdown-it-py

    3.0.0

    MarkupSafe

    2.1.4

    matplotlib

    3.8.2

    matplotlib-inline

    0.1.6

    mdit-py-plugins

    0.4.0

    mdurl

    0.1.2

    mistune

    3.0.2

    mkl

    2021.1.1

    mkl-devel

    2021.1.1

    mkl-include

    2021.1.1

    mock

    5.1.0

    mpmath

    1.3.0

    msgpack

    1.0.7

    multidict

    6.0.4

    murmurhash

    1.0.10

    nbclient

    0.9.0

    nbconvert

    7.14.2

    nbformat

    5.9.2

    nest-asyncio

    1.5.9

    networkx

    2.6.3

    ninja

    1.11.1.1

    notebook

    6.4.10

    numba

    0.57.1+1.g1ff679645

    numpy

    1.24.4

    nvfuser

    0.1.1+gitunknown

    nvidia-dali-cuda120

    1.33.0

    nvidia-pyindex

    1.0.9

    nvtx

    0.2.5

    oauthlib

    3.2.2

    onnx

    1.15.0rc2

    opencv

    4.7.0

    optree

    0.10.0

    packaging

    23.2

    pandas

    1.5.3

    pandocfilters

    1.5.1

    parso

    0.8.3

    partd

    1.4.1

    pexpect

    4.9.0

    pillow

    10.2.0

    pip

    24.0

    platformdirs

    4.1.0

    pluggy

    1.3.0

    ply

    3.11

    polygraphy

    0.49.1

    pooch

    1.8.0

    preshed

    3.0.9

    prettytable

    3.9.0

    prometheus-client

    0.19.0

    prompt-toolkit

    3.0.43

    protobuf

    3.19.0

    psutil

    5.9.4

    ptxcompiler

    0.8.1+2.g0d406d6

    ptyprocess

    0.7.0

    pure-eval

    0.2.2

    pyarrow

    14.0.1.dev0+gba5374836.d20240125

    pyasn1

    0.5.1

    pyasn1-modules

    0.3.0

    pybind11

    2.11.1

    pybind11-global

    2.11.1

    pycocotools

    2.0+nv0.8.0

    pycparser

    2.21

    pydantic

    2.5.3

    pydantic_core

    2.14.6

    pydantic-settings

    2.1.0

    Pygments

    2.17.2

    pylibcugraph

    23.12.0

    pylibcugraphops

    23.12.0

    pylibraft

    23.12.0

    pynvml

    11.4.1

    pyparsing

    3.1.1

    pytest

    7.4.4

    pytest-flakefinder

    1.1.0

    pytest-rerunfailures

    13.0

    pytest-shard

    0.1.2

    pytest-xdist

    3.5.0

    python-dateutil

    2.8.2

    python-dotenv

    1.0.1

    python-hostlist

    1.23.0

    pytorch-quantization

    2.1.2

    pytz

    2023.3.post1

    PyYAML

    6.0.1

    pyzmq

    25.1.2

    raft-dask

    23.12.0

    rapids-dask-dependency

    23.12.1

    referencing

    0.32.1

    regex

    2023.12.25

    requests

    2.31.0

    requests-oauthlib

    1.3.1

    rich

    13.7.0

    rmm

    23.12.0

    rpds-py

    0.17.1

    rsa

    4.9

    scikit-learn

    1.2.0

    scipy

    1.12.0

    Send2Trash

    1.8.2

    setuptools

    69.1.0

    six

    1.16.0

    smart-open

    6.4.0

    sortedcontainers

    2.4.0

    soundfile

    0.12.1

    soupsieve

    2.5

    soxr

    0.3.7

    spacy

    3.7.2

    spacy-legacy

    3.0.12

    spacy-loggers

    1.0.5

    sphinx-glpi-theme

    0.5

    srsly

    2.4.8

    stack-data

    0.6.3

    sympy

    1.12

    tabulate

    0.9.0

    tbb

    2021.11.0

    tblib

    3.0.0

    tensorboard

    2.9.0

    tensorboard-data-server

    0.6.1

    tensorboard-plugin-wit

    1.8.1

    tensorrt

    8.6.1

    terminado

    0.18.0

    thinc

    8.2.2

    threadpoolctl

    3.2.0

    thriftpy2

    0.4.17

    tinycss2

    1.2.1

    toml

    0.10.2

    tomli

    2.0.1

    toolz

    0.12.1

    torch

    2.2.0a0+81ea7a4

    torch-tensorrt

    2.2.0a0

    torchdata

    0.7.0a0

    torchtext

    0.17.0a0

    torchvision

    0.17.0a0

    tornado

    6.4

    tqdm

    4.66.1

    traitlets

    5.9.0

    transformer-engine

    1.2.1+bbafb02

    treelite

    3.9.1

    treelite-runtime

    3.9.1

    triton

    2.1.0+6e4932c

    typer

    0.9.0

    types-dataclasses

    0.6.6

    typing_extensions

    4.9.0

    ucx-py

    0.35.0

    uff

    0.6.9

    urllib3

    1.26.18

    wasabi

    1.1.2

    wcwidth

    0.2.13

    weasel

    0.3.4

    webencodings

    0.5.1

    Werkzeug

    3.0.1

    wheel

    0.42.0

    xdoctest

    1.0.2

    xgboost

    1.7.6

    yarl

    1.9.4

    zict

    3.0.0

    zipp

    3.17.0

–/12.3

2.0/3.10

  • Cloud.Region.HP

cr.ai.cloud.ru/aicloud-base-images/triton20.04-py3:0.0.32.3

…

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

…

  • Версия 0.0.32

    Package

    Version

    awscli

    1.25.30

    botocore

    1.27.30

    certifi

    2019.11.28

    chardet

    3.0.4

    colorama

    0.4.4

    dbus-python

    1.2.16

    docutils

    0.16

    idna

    2.8

    jmespath

    1.0.1

    numpy

    1.22.3

    pip

    22.0.4

    pyasn1

    0.4.8

    PyGObject

    3.36.0

    python-apt

    2.0.0+ubuntu0.20.4.7

    python-dateutil

    2.8.2

    PyYAML

    5.4.1

    requests

    2.22.0

    requests-unixsocket

    0.2.0

    rsa

    4.7.2

    s3transfer

    0.6.0

    setuptools

    62.1.0

    six

    1.14.0

    urllib3

    1.25.8

    wheel

    0.37.1

…

  • Версия 0.0.32.3

    Package

    Version

    adal

    1.2.7

    anyio

    3.6.1

    async-timeout

    4.0.2

    attrs

    22.1.0

    avro

    1.11.1

    awscli

    1.25.63

    azure-common

    1.1.28

    azure-storage-blob

    2.1.0

    azure-storage-common

    2.1.0

    boto3

    1.24.62

    botocore

    1.27.62

    Brotli

    1.0.9

    cachetools

    5.2.0

    certifi

    2019.11.28

    cffi

    1.15.1

    chardet

    3.0.4

    click

    8.1.3

    cloudevents

    1.6.1

    colorama

    0.4.4

    configparser

    5.3.0

    cryptography

    37.0.4

    dbus-python

    1.2.16

    Deprecated

    1.2.13

    deprecation

    2.1.0

    docutils

    0.16

    fastapi

    0.81.0

    filelock

    3.8.0

    gevent

    21.12.0

    geventhttpclient

    2.0

    google-api-core

    2.8.2

    google-auth

    2.11.0

    google-cloud-core

    2.3.2

    google-cloud-storage

    2.5.0

    google-crc32c

    1.3.0

    google-resumable-media

    2.3.3

    googleapis-common-protos

    1.56.4

    greenlet

    1.1.3

    grpcio

    1.41.0

    h11

    0.13.0

    idna

    2.8

    jmespath

    1.0.1

    kfserving

    0.6.1

    kubernetes

    24.2.0

    minio

    6.0.2

    msgpack

    1.0.4

    numpy

    1.22.3

    oauthlib

    3.2.0

    packaging

    21.3

    pandas

    1.4.3

    pip

    22.0.4

    protobuf

    3.20.1

    psutil

    5.9.1

    pyasn1

    0.4.8

    pyasn1-modules

    0.2.8

    pycparser

    2.21

    pydantic

    1.9.2

    PyGObject

    3.36.0

    PyJWT

    2.4.0

    pyparsing

    3.0.9

    python-apt

    2.0.0+ubuntu0.20.4.7

    python-dateutil

    2.8.2

    python-rapidjson

    1.8

    pytz

    2022.2.1

    PyYAML

    5.4.1

    ray

    1.6.0

    redis

    4.3.4

    requests

    2.22.0

    requests-oauthlib

    1.3.1

    requests-unixsocket

    0.2.0

    rsa

    4.7.2

    s3transfer

    0.6.0

    setuptools

    62.1.0

    six

    1.16.0

    sniffio

    1.2.0

    starlette

    0.19.1

    table-logger

    0.3.6

    tabulate

    0.8.10

    tensorboardX

    2.5.1

    tornado

    6.2

    tritonclient

    2.22.0

    typing_extensions

    4.3.0

    urllib3

    1.25.8

    uvicorn

    0.18.3

    websocket-client

    1.4.0

    wheel

    0.37.1

    wrapt

    1.14.1

    zope.event

    4.5.0

    zope.interface

    5.4.0

–/–

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

cr.ai.cloud.ru/aicloud-base-images/spark-3.2.1:0.0.32.1

…

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

…

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

…

  • Версия 0.0.32.1

    Package

    Version

    brotlipy

    0.7.0

    certifi

    2022.6.15

    cffi

    1.15.1

    charset-normalizer

    2.1.0

    colorama

    0.4.5

    conda

    4.13.0

    conda-package-handling

    1.8.1

    cryptography

    37.0.1

    idna

    3.3

    pip

    22.1.2

    pycosat

    0.6.3

    pycparser

    2.21

    pyOpenSSL

    22.0.0

    PySocks

    1.7.1

    pyspark

    3.2.1

    requests

    2.28.1

    ruamel-yaml-conda

    0.15.80

    setuptools

    63.2.0

    six

    1.16.0

    tqdm

    4.64.0

    urllib3

    1.26.10

    wheel

    0.37.1

–/–

  • Christofari.A100

  • Cloud.Region.CPU (CPU)

  • Cloud.Region.A100 (GPU Tesla A100)

См.также

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

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