`conda activate fast-ai-dev`
`conda deactivate`
`conda env export > environment.yml`
`conda env create -f environment.yml`
See environment.yml
file
See the scripts directory for server scripts to be run for remote dev. Also I added the script for connecting to server instance locally and sshfs mounting for easy file viewing. Note: You need to setup local forwarding in ssh-config.
See dl-melanoma-2