-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is it possible to use conda package manager in our base image?
What it can give:
-
Using of
condacan simplify the installation of packages which have non-python dependencies (e.g. see installation here; library which is required bytorchvisionis installed with one line). -
Another useful use-case is supporting
envswith different versions of libraries (e.g.PyTorch,TensorFlow, etc.). Choose of different environments is supported byjupyter-notebookand user switch easily between existed envs after they started a job. Environments are organized in a similar way inAWS SageMaker. -
It can also give chance to users to create their own environments with
cookiecuttertemplate (e.g. duringsetupstage with the support of customenvironment.ymlfiles).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels