Skip to content

Commit

Permalink
Add NB_USER variable to properly configure the user in the Alma9 image
Browse files Browse the repository at this point in the history
  • Loading branch information
etejedor committed Dec 12, 2023
1 parent 7826904 commit ab66bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwanSpawner/swanspawner/swanspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def get_env(self):
USER_ENV_SCRIPT = self.user_options[self.user_script_env_field],
ROOT_LCG_VIEW_PATH = self.lcg_view_path,
USER = username,
NB_USER = username,
USER_ID = self.user_uid,
NB_UID = self.user_uid,
HOME = homepath,
Expand Down

0 comments on commit ab66bc4

Please sign in to comment.