Emily CLI Documentation
Release-v3.0.6Emily 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@latestSee earlier versions
buildopenenvironmentconfigurationserversdeploymentdeploylistmountunmountstopdroploginlogoutdoctorupdatewhoamitelemetryloguninstall
$ emily unmount [project] [options]Unmount a directory volume from Emily project container.
$ emily unmount? Emily: Choose a project(Use arrow keys, confirm with ENTER) … > M9VHKD - my-projectAB82JD - movie-recommender · M9VHKD - my-project? Emily: Please select a configuration(Use arrow keys, confirm with ENTER) … > dev · dev? Emily: Please select the volumes you desire to unmount(Use arrow keys, check √ items with SPACE, confirm with ENTER) … ✔ /workspace/data/training✖ /workspace/data/test · /workspace/data/trainingEmily: This operation will remove mount mappings from alldeployment configurations in project my-project(M9VHKD) using the dev configuration if the mappingstarget one of the following mount targets:
/workspace/data? Emily: Proceed?(y/N) · YesUnmounting 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.