Emily CLI Documentation
Release-v2.0.1Emily 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@v2.0.1See earlier versions
whoamitelemetrybuildopenlistmountunmountdoctordeployserversupdatedroplogstopuninstallconfigloginlogout
$ emily unmount <project> [options]Unmount a directory volume from Emily project container.
$ Unmount my-projectPlease 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-directory2Running 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