Installation: WHOI HPC - WHOIGit/ifcb_classifier GitHub Wiki
Installation and Setup on HPC
All installation commands are to be run from a terminal.
<user> refers to your username (and password)
ssh <user>@poseidon.whoi.educd $SCRATCHgit clone https://github.com/WHOIGit/ifcb_classifier.git ifcbnncd ifcbnn-
conda create -n ifcbnn --file requirements/pkgs.hpc.txt- If you get “conda: command not found”, the anaconda hpc Module may not be loaded. Do
module load anacondaand try again. - You can ensure modules load when you login with
module initadd anaconda
- If you get “conda: command not found”, the anaconda hpc Module may not be loaded. Do
-
conda activate ifcbnn- If you get prompted with "
conda init <SHELL_NAME>" selectbashfor your shell-name. You will have to log out of poseidon (exit), log back in, and navigate back to this DIR install directory.
- If you get prompted with "
pip install git+https://github.com/joefutrelle/pyifcb.git@3ad1107- DONE! Your installation is ready to go. You can test that things were installed correctly by doing
python neuston_net.py --help. The help screen/documentation should appear.