Emily CLI Documentation
Release-v3.0.4Emily combines the powers of Python and Docker to build stable and consistent machine learning and datascience python environments. Emily is useful for large cross-team project development as well as for simply running a single jupyter notebook or python script.
Downloademily@v3.0.4See earlier versions
$ emily environment update [options]Partially update your environment variables. All options will take the current environment as their default value unless explicitly specified.
$ environment update --workers 8 --no-gpu Choose a project| AB82JD - movie-recommender>> Please select an environment| dev| prod>> Environment "staging" updated in project my-project (M9VHKD). Changed: /my/projects/my-project/environments/staging/.emily.envUpdating environments
Existing environments can be updated with the emily environment update command.
This is useful for easily changing complex environment configurations, e.g. changing whether a GPU should be used in a given environment.
$ environment update --no-gpu Only the provided flags will be used to overwrite the existing .emily.env file.
If a flag is not provided, the related variables in .emily.env will remain unchanged.