File size: 659 Bytes
76d9c4f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
title: Download & attach datasets
version: EN
---
You can download the datasets to you local disk using VESSL CLI. 
<Warning>Files downloaded outside the home directory `/root` are deleted when you restart the workspace.</Warning>
### Download datasets
You can download the datasets uploaded on VESSL with `vessl dataset download` command.
<img style={{ borderRadius: '0.5rem' }}
src="/images/workspace/datasets/1_download.png"
/>
### Attach datasets (custom cluster only)
You can attach NFS/Host machine volume when you create/edit your workspace.
<img style={{ borderRadius: '0.5rem' }}
src="/images/workspace/datasets/2_attach.png"
/> |