so in my code, I'll use this environment variable to read from disk
Hi WackyRabbit7 , how do you run the agent? manually command?
you can just running with the env var at the beginning:
YOUR_ENV_VAR_NAME=/path/to/my/data clearml-agent …
I guess what I want is a way to define environment variables in agents
Depending on where the agent is, the value of DATA_DIR
might change
For example I have a DATA_DIR
environment variable which points to the directory where disk-data is stored
Okay, so the agent automatically inherits the launching environment's variables?