Go to BioSphere and create a new VM with the following settings:
ifb.m4.2xlarge (8 vCPU, 32GB GB RAM, 200GB GB local disk)
configuration.We made a small script to help you set up your VM.
Execute it from the terminal:
# Execute a script to install dependencies and configure env
curl -sSL "curl -sSL "https://gist.githubusercontent.com/telatin/593b5b7ce54fc644725e0ecc02394d34/raw/setup_vm.sh" > setup.sh
" > setup.sh
bash setup.sh
Finally:
# Make conda ready to work
conda init bash
# Apply modified settings
source ~/.bashrc
if the connection to a remote machine drops, the running programs will be terminated.
See a small tutorial on GNU screen on how to manage this problem.