Yup I already setup my aws configs for clearML that way but I needed to have generally accessible credentials too so I used the init script option in this config menu ^^
Hi FierceHamster54
If you are working with docker containers, you can extend the arguments using extra_docker_arguments
of your clearml.conf
and add the necessary env variables.
You can use the web app to launch your auto-scalers and use the field Additional ClearML Configuration
to add your env variables (or whatever other stuffs you need 🙂 )
Well solved, it's not as beautiful but I guess i can put them in a env file with an arbitrary name in the init script and just pass that file as exec argument...