DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

Deploy training backend to ecs #1111

Closed andrewpeng02 closed 8 months ago

andrewpeng02 commented 8 months ago

Deploy training backend to ecs

Github Issue Number Here: #1075 What user problem are we solving? We want to automatically build the training backend docker image, push to ecr, and update the ecs service container

What solution does this PR provide? After creating an ecr repository, ecs cluster, and ecs task definition, we should be able to run a github action that automatically deploys to our g4dn.xlarge instance on the ecs cluster

Testing Methodology Ran docker compose on dev and prod docker compose files, made sure they still work with the frontend. Need to test github action after pushing

Any other considerations

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

3 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud