connorjoleary / DeepCite

Traversing links to find the deep source of information
GNU General Public License v3.0
69 stars 7 forks source link

Setup Docker File #12

Closed connorjoleary closed 4 years ago

connorjoleary commented 4 years ago

Hopefully this will become a way to dockerize deployments to allow for continuous integration. But for now it is where dreams go to die.

connorjoleary commented 4 years ago

This was originally going to use fargate, then sagemaker, then finally ec2. The process has however become too complex (fargate doesn't give a response like lambda, sagemaker is too expensive, ec2 with docker doesn't really give us a whole lot and besides you need to upload the word vec file anyways).

connorjoleary commented 4 years ago

39