Emily CLI Documentation

Release-v3.0.6

Emily 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.

Download emily@latest
See earlier versions
$ 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.

    Options

  • -h,--help

    Display help for command

  • -c,--configuration[name]

    Project configuration to add a mount to.

  • -t,--targets<...paths>

    Target directories in container to unmount.

  • -s,--silent

    Execute Emily silently. (default: false)

  • -u,--update(--no-update)

    Prompt for update if newer version found. (default: true)

  • -vb,--verbose

    Print detailed information while running commands.