NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Load Flux Spack environment automatically at login #31

Closed christopherwharrop-noaa closed 1 year ago

christopherwharrop-noaa commented 1 year ago

Update Dockerfiles and CI workflow to remove loading of Flux Spack environment. These containers are designed to run with Flux and Parsl so it makes sense to load the Spack flux environment at login rather than having to do it manually every time a command is run via docker exec or when logging into an interactive session in the frontend container.

In addition, creation of ssh keys is removed from the CI because the upstream base containers were updated such that the keys are already created. There is no longer a need to create ssh keys.