Skip to content

Commit

Permalink
removed predict submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
cfregly committed Nov 12, 2017
1 parent 1b0013e commit 39bcc7d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion predict
Submodule predict deleted from 3d9c0c
23 changes: 23 additions & 0 deletions runbooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Amazon Web Services (AWS) Elastic Container Service (ECS) Runbook

## [Build and Test](https://github.com/PipelineAI/predict) Your Model as a Docker Image

## Push Docker Image to Docker Registry (ie. DockerHub)
```
docker images <-- Find your image
```
```
docker login <-- Login to DockerHub
```
```
docker push <docker-registry-url>/<docker-org>/<docker-image-name>:<docker-image-tag>
```

## Setup ECS Cluster through AWS CLI
Configure Docker Image, RAM, and CPU

![AWS ECS Task Definition](http://pipeline.ai/assets/img/predict-aws-ecs-task-definition.png)

Configure Ports and Environment Variables

![AWS ECS Task Definition Details](http://pipeline.ai/assets/img/predict-aws-ecs-task-definition-details.png)

0 comments on commit 39bcc7d

Please sign in to comment.