Paperspace / fastai-docker-deprecated

Fast.AI course complete docker container for Paperspace and Gradient

Home Page:https://www.paperspace.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binding different folder

enod opened this issue · comments

commented

when running nvidia-docker run -v ${pwd}:/notebooks -d -p 8888:8888 paperspace/fastai:cuda9_pytorch0.3.0

it doesnt bind notebooks folder instead cats and dogs folder. Is there any way to bind whole fastai directory?

commented

my bad. just binding to /data works!