Simple CPU docker for fastai and Jupyter

Hi guys, I’ve been wanting to run the fastai code examples etc on my mac and also be able to build a cloud service running on GPU-less servers, so have been looking for a dockerized CPU version of fastai with jupyter support. Although there are already a few repos out there, I haven’t had much luck in getting them to run. Also I wanted something simple and extensible.

So I made my own: https://github.com/morishuz/fastai-docker

Maybe this is useful to someone. Feedback appreciated.

this now works both with GPU and CPU.