Fastai v1 install issues thread

Hi -

Is there a one line install for Fastai with graphics drivers like for TF on Ubuntu?

I just made a box with Ubuntu 18.04 LTS. and got my RTX 2060 working with $ sudo ubuntu-drivers autoinstall. Installing tensorflow with gfx support just requires one line:

conda create --name tf_gpu tensorflow-gpu

Is there a similar one-line conda install for fastai that loads in all required cuda support?

Edmund