Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 539 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 539 Bytes

paperspace-setup

Setup a paperspace instance for fastai. Steps:

  • Open a terminal on your machine
  • git clone https://github.com/fastai/paperspace-setup.git
  • cd paperspace-setup
  • ./setup.sh
  • Shutdown your machine and start up a new one

Notes

To install python libraries, for instance the most up to date fastai:

pipi -U fastai

To install non-python software, e.g universal-ctags:

mambai universal-ctags

Note that stuff you install with mambai or pipi will use up persistent storage space on Paperspace.