UNCLASSIFIED

Commit 2dee4d9c authored by Michael Uranaka's avatar Michael Uranaka
Browse files

updating readme

parent 263156f9
......@@ -9,6 +9,23 @@ code snippets that were submitted from students through the LEARN application.
- Redis CLI
- Python 3
## Container Usage:
### Container info:
- workdir: /usr/src/app
- user id: 1001
- Does not require container port mapping.
### Recommended Resources:
- Min/Max CPU: 0.1/0.2
- Min/Max Memory: 64Mi/128Mi
### Required Environment Variables:
- ```REDIS_HOST``` - The redis server host address.
## Local Development Setup
1. Install redis. Skip this if you already have it installed and running.
......
......@@ -31,6 +31,7 @@ labels:
# List of resources to make available to the offline build context
resources:
- auth:
type: s3
id: galvanize
region: us-gov-west-1
url: s3://learn-dependencies/python-evaluator/redis-cli.tar.gz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment