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@v3.0.6
See 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-project
AB82JD - 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/training
Emily: 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
? Emily: Proceed?
(y/N) · Yes
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.