See the tutorial at https://21.co/learn/deep-learning-aws
Important: You will not be able to quick-deploy without setting up an AWS account and the needed security profiles, etc. See the tutorial at https://21.co/learn/deep-learning-aws for an in-depth description. Here is a short list of the parameters you will need
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_DEFAULT_REGIONEC2_SSH_KEYPAIR_IDEC2_IAM_INSTANCE_PROFILE_ARNEC2_SECURITY_GROUP_NAMES3_BUCKET_NAMEIMGUR_CLIENT_IDIMGUR_CLIENT_SECRETTWO1_USERNAMETWO1_WALLET_MNEMONIC
You can get imgur API keys here.
Finally, if you are going to use GPU instances, you should request a instance
limit increase from AWS. Currently they only allow for 2 simultaneously running
GPU instances. We have the environment variable EC2_MAX_NUM_INSTANCES to
gracefully fail when the limit is reached, and it's set to 1 by default.
If you clone this repository directly (and don't use one of the tagged
releases) note that ALLOWED_HOSTS is set to a wildcard to enable the
quick-deploy button above. For security purposes you should change this to your
specific domain, and note that it's only enforced when DEBUG mode is off.