You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerfile/build currently uses a conda-forge base image but we want to move to a simpler ubuntu base
cylc-flow-tools environment yaml needs an updated hsm (1.4.0) AND for fre-nctools to be included again (previously in fre-cli environment but was removed for conflicts)
Dockerfile can add conda environemtn to the path so it is automatically activated upon running the container - which would allow us to remove conda init .... activate from the runcript.sh
Describe the bug
conda init .... activatefrom the runcript.sh