Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Hi There, I'M Looking Into Config With Env Vars. Is There An Sdk/Client Equivalent To The Server'S Dynamic Env Vars Definition?
meanwhile, the SDK support  CLEARML_CONFIG_FILE=/path
Not sure what is your use case, but if you want it to be dynamic, you can on-the-fly create the config file to  /tmp  for example and point to that in your code with
import os
os.environ['CLEARML_CONFIG_FILE']="/path"
import clearml
		115 Views
				0
Answers
				
					 
	8 months ago
				
					
						 
	8 months ago