Emily CLI Documentation

Release-v2.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@v2.0.0
See earlier versions
$ emily unmount <project> [options]

Unmount a directory volume from Emily project container.

$ Unmount my-project
Please select the volumes you desire to unmount.


/workspace/(Source: )
>>

Unmounted the following volumes from my-project (project-id):
/my-source-directory1:/workspace/my-target-directory1
/my-source-directory2:/workspace/my-target-directory2

Running Emily Unmount

To unmount a data folder from your emily project, run emily unmount <project> in your terminal, where project can be a project ID, name or path. You will be then prompted to select the directory that you would like to unmount, from a list of mounted folders. You can also choose which mount targets you wish to unmount using the --targets flag

$ unmount my-project
$ unmount my-project --targets /workspace/target-directory1 /workspace/target-directory2

    Options

  • -h,--help

    Display help for command

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

    Container mount targets you wish 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.