CUDA Tensorflow, my setup is really hacky, would appreciate help unhackying it

nix-shell --arg config '{ cudaSupport = true; allowUnfree = true; }' -p 'python3.withPackages (ps: [ ps.tensorflow ])'

1 Like