Skip to content

Base image with Conda python package manager #87

@atselousov

Description

@atselousov

Is it possible to use conda package manager in our base image?

What it can give:

  • Using of conda can simplify the installation of packages which have non-python dependencies (e.g. see installation here; library which is required by torchvision is installed with one line).

  • Another useful use-case is supporting envs with different versions of libraries (e.g. PyTorch, TensorFlow, etc.). Choose of different environments is supported by jupyter-notebook and user switch easily between existed envs after they started a job. Environments are organized in a similar way in AWS SageMaker.

  • It can also give chance to users to create their own environments with cookiecutter template (e.g. during setup stage with the support of custom environment.yml files).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions