Arch Linux fastai

I just tested up through the first call to fit() in lesson1.ipynb with a Manjaro installation and it appears to work.

The content of the paperspace setup script linked to in the Paperspace setup help thread was helpful.

Some rough notes to get things working include:

  • used anaconda from AUR
  • made a PKGBUILD for cudnn9 based on one linked to via https://aur.archlinux.org/packages/cudnn6/ – among other changes, made it fetch the source from what’s mentioned in the aforementioned setup script
  • installed the nvidia and nvidia-utils packages
  • rebooted to use a 3.x kernel

I hope to test the set up more thoroughly in a bit.