important-london-94970
01/31/2025, 5:35 PMuser
field by the MLFLOW_USERNAME
environment variable. In JupyterHub, I have the user pods dynamically setting this environment variable so I can track who is training what models.
However when users launch jobs using python file.py run --with kubernetes
, their MLflow user reports back as root
. What I would like to see is their user (i.e. dynamically change the MLFLOW_USERNAME
value on their jobs) to be zbloss
for example.victorious-lawyer-58417
01/31/2025, 5:59 PMMFLOW_USERNAME
victorious-lawyer-58417
01/31/2025, 6:00 PM@environment
through a config file, in case it's just a static value that you want to set everywhereimportant-london-94970
01/31/2025, 6:02 PMvictorious-lawyer-58417
01/31/2025, 6:03 PMimportant-london-94970
01/31/2025, 6:03 PM