. Therefore I have to update each time I restart my workspace. Can this be updated please? Also going forward how are environments updated, monthly?
We are used to update the environments monthly, meanwhile, you can add a floyd_requirements.txt
file with this content:
fastai
Then each time you will restart your Workspace, the server will automatically upgrade the packages defined in this file to the latest version or the ones specified.
Hope that helps.