​AWS credentials​
​Docker​
See cluster configuration to customize your installation.
# Downloadcurl -O https://raw.githubusercontent.com/cortexlabs/cortex/0.7/cortex.sh​# Change permissionschmod +x cortex.sh​# Set AWS credentialsexport AWS_ACCESS_KEY_ID=***export AWS_SECRET_ACCESS_KEY=***​# Upgrade Cortex./cortex.sh upgrade​# Upgrade the CLI./cortex.sh install cli​# Confirm versioncortex --version