I have the same exact problem. According to the README of the repository, you should do the following, but it’s not working for me: https://github.com/anurag/fastai-course-1#data-management
I’m running the following command:
docker run -it -p 8888:8888 -v /Users/obssd/data:/home/docker/data deeprig/fastai-course-1
But I keep getting the following error:
OSError: [Errno 2] No such file or directory: ‘data/dogscats/sample/train’
… when running this line:
batches = vgg.get_batches(path+‘train’, batch_size=4)