Environment Variables
Environment Variables to modify the behavior of Galileo
You can set the environment variable
GALILEO_DISABLED="TRUE"
to stop all Galileo functionality. This can be useful if you'd like to keep your Galileo logging code in your script, but train your model without actually logging to GalileoYou can set the environment variable
GALILEO_VERBOSE="TRUE"
to force verbose logging in Galileo. This comes in handy when debugging certain issues in your model logging (like logging duplicate outputs).You can set the environment variable GALILEO_CONSOLE_URL
="console.cloud.rungalileo.io"
(or your enterprise Galileo console url) to point to your custom Galileo deployment .You can set the environment variable
GALILEO_USERNAME="[email protected]"
to skip the prompting of your email during login. This variable should be set to your email for Galileo.You can set the environment variable
GALILEO_PASSWORD="my_aw3s0m3_p@ssword"
to skip the prompting of your password during loginLast modified 9mo ago