I tried searching but could not find a thread. Getting an error setting up the files with the curl command.
curl http://files.fast.ai/setup/paperspace | bash
rm: cannot remove ‘/etc/apt/apt.conf.d/.’: No such file or directory
@bernardo can you try a sudo apt-get update and a machine restart? If you are still seeing issues definitely send us the machine info (base OS, type, etc) to support@paperspace.com
Thanks for the reply. I thought I needed to run the curl script within the Fastai template. After I realized my mistake, everything was already set up as needed. Thank you for the response. I tried to delete my post but couldn’t see how.
For those that are using an AWS instance like myself (p2.xlarge), I ran into this issue as well. I just removed the following line from the bash script:
sudo rm /etc/apt/apt.conf.d/*.*
Created my own bash file on the server and ran the script. Fixed the issue for me.