bugbug/http_service
Boris Feld 6ee9fb57f0 Fix Docker build by downloading the models inside the image. Fix #504 (#516)
The data pipeline failed before because it tried downloading the model from
outside the Docker image and didn't had bugbug installed.

The clean way of solving this would be to build a base http service image on
release and build another one where we simply download the models but let's
fix it this way for now.
2019-05-29 20:43:58 +02:00
..
models Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
.dockerignore Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
Dockerfile Fix Docker build by downloading the models inside the image. Fix #504 (#516) 2019-05-29 20:43:58 +02:00
__init__.py Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
app.py Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
check_models.py Implement deployment to Heroku (#458) 2019-05-23 20:39:02 +02:00
download_models.py Implement deployment to Heroku (#458) 2019-05-23 20:39:02 +02:00
ensure_models.sh Fix Docker build by downloading the models inside the image. Fix #504 (#516) 2019-05-29 20:43:58 +02:00
models.py Implement deployment to Heroku (#458) 2019-05-23 20:39:02 +02:00
requirements.txt Fix Docker build by downloading the models inside the image. Fix #504 (#516) 2019-05-29 20:43:58 +02:00