| ★ wanayoo — archive 1999 https://docs.cortex.dev/install | Nouvelle recherche | Portail wanayoo |
​AWS credentials​
​Docker​
# Downloadcurl -O https://raw.githubusercontent.com/cortexlabs/cortex/0.6/cortex.sh​# Change permissionschmod +x cortex.sh​# Set AWS credentialsexport AWS_ACCESS_KEY_ID=***export AWS_SECRET_ACCESS_KEY=***​# Install Cortex./cortex.sh install
# Install the Cortex CLI./cortex.sh install cli​# Get the operator endpoint./cortex.sh info​# Configure the CLIcortex configure
# Clone the Cortex repositorygit clone -b 0.6 https://github.com/cortexlabs/cortex.git​# Navigate to the iris classification examplecd cortex/examples/iris​# Deploy the model to the clustercortex deploy​# View the status of the deploymentcortex get --watch​# Classify a samplecortex predict tensorflow tensorflow/irises.json
# Delete the deploymentcortex delete iris
See uninstall if you'd like to uninstall Cortex.