I just setup ubuntu deep learning instance on AWS and would like to run my existing jupyter notebook there. Im working on creating CNN model on new images dataset. Im stuck at reading my huge image files on my local drive from this remote server. How can i read the files/folders on my local drive via this jupyter notebook on the instance? Is there other solution than uploading the dataset?