Emily CLI Documentation
Release-v3.0.3Emily 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.3
See earlier versions
$ emily unmount [project] [options]
Unmount a directory volume from Emily project container.
$ unmount
Choose a project
| AB82JD - movie-recommender
>>
Please select a configuration
>>
Please select the volumes you desire to unmount
✖ /workspace/data/test
>>
This operation will remove mount mappings from all
deployment configurations in project my-project
(M9VHKD) using the dev configuration if the mappings target one of the following mount
targets:
- /workspace/data
Proceed?
(y/N) >>
Unmounting directories from your projects
The emily unmount
command is used to remove mount destinations and mappings from your project.
When unmounting a target from a configuration, the according mount mappings will be removed from all deployment specifications using the specified configuration.