Import datasets with volumes (Recommended)
The most convenient way to access datasets is by importing them as volumes when creating your workspace. This automatically makes your datasets available at startup without manual downloads.During workspace creation
- In the workspace creation form, navigate to the Volumes section
- Click Add Volume and select Import
- Choose Dataset as the source type
- Select your dataset from the dropdown
- Specify the target path (e.g.,
/data/my-dataset)
Using VESSL CLI
You can also specify dataset imports when creating workspaces via CLI:Benefits of volume import
- Automatic setup: Datasets are ready when your workspace starts
- No manual downloads: Eliminates the need for CLI download commands
- Consistent paths: Same dataset location across workspace restarts
- Better organization: Separate datasets into organized directory structures
Mount datasets for real-time access
For large datasets or those that are frequently updated, consider mounting them instead of importing:Alternative methods
Download datasets with CLI
You can manually download datasets to your local disk using VESSL CLI:
Attach datasets (custom cluster only)
For custom clusters, you can attach NFS/Host machine volumes when creating or editing your workspace.
Best practices
- Use volume imports for most use cases - they provide the best user experience
- Mount large datasets that exceed your workspace disk capacity
- Organize datasets in logical directory structures (e.g.,
/data/training,/data/validation) - Store processed data in
/rootfor persistence across workspace sessions
Learn more about volumes
Explore the complete guide to using volumes in workspaces for advanced data management.

