зеркало из https://github.com/mozilla/bugbug.git
6ee9fb57f0
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. |
||
---|---|---|
.. | ||
models | ||
.dockerignore | ||
Dockerfile | ||
__init__.py | ||
app.py | ||
check_models.py | ||
download_models.py | ||
ensure_models.sh | ||
models.py | ||
requirements.txt |