I have a wrapper SDK over clearml that includes default conf and others are loaded from secret manager / env vars as needed
great thank you it's working. Just wanted to check before adding all env vars 🙂
I then install this wrapper SDK in my containers, notebook instances etc
okay so this could be a python script that generates the clearml.conf in the working dir in the container?
RobustRat47 ASAIK this should already be supported by the underlying HOCON configuration format used by ClearML - something like ${PATH}
should automatically be substituted by the PATH
environment variable ( %PATH%
in Windows)