Emily CLI Documentation

Release-v3.0.0

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@v3.0.0
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.

    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.