Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.81 KB

TODO.md

File metadata and controls

54 lines (29 loc) · 1.81 KB

Things to do

CI

  • replace CI with constantly running GCP instance

TODO

general:

sysadmin

conda packages

currently each one of us has a copy of the same conda packages:

conda config --show pkgs_dirs envs_dirs and the output is:
pkgs_dirs:
  - /gpfslocalsup/pub/anaconda-py3/2020.02/pkgs
  - /linkhome/rech/genhug01/uue59kq/.conda/pkgs
envs_dirs:
  - /gpfswork/rech/six/commun/conda
  - /linkhome/rech/genhug01/uue59kq/.conda/envs
  - /gpfslocalsup/pub/anaconda-py3/2020.02/envs

we should aggregate them under the same dir.

probably need to find out the right env var (best) or ~/.condarc (less good) and point it to the shared conda env.

  • also document in the getting started docs to make sure new users don't end up with ~/.conda dir which uses up their HOME dir to 100%.