Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to install environment/container at experiment startup #27

Open
RobertTLange opened this issue Feb 23, 2021 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@RobertTLange
Copy link
Collaborator

I would like to allow users to set an option in their experiment .yaml file so that in this case a new clean virtual environment is created and all dependencies are installed. E.g. something like install_venv_at_startup in the meta_job_args. At the beginning of the experiment the toolbox searches for a requirements.txt file in the root directory and creates either a clean venv or a conda environment before starting up the experiment. We also have to make sure that mle_toolbox is being installed but the user does not have to configure it since we only need the DeepLogger, get_configs_ready and set_random_seeds functionalities.

@RobertTLange
Copy link
Collaborator Author

RobertTLange commented Feb 23, 2021

Later on this should also be made compatible with docker/singularity containers. We only need to make sure that drive mounting and driver installations are somehow managed. Talk to @wllhf and Florian Blume about their slurm HPC setup.

@RobertTLange RobertTLange self-assigned this Feb 24, 2021
@RobertTLange RobertTLange added the enhancement New feature or request label Feb 24, 2021
@RobertTLange RobertTLange changed the title Option to install environment at experiment startup Option to install environment/container at experiment startup Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant