21 Commits

Author SHA1 Message Date
oryx1729
cb881b6fa9
Disable pip cache for Dockerfiles (#2015) 2022-01-19 10:26:17 +01:00
Sara Zan
9c3d9b4885
Add models to demo docker image (#1978)
* Add utility to cache models and nltk data & modify Dockerfiles to use it

* Fix punkt data not being cached
2022-01-11 16:37:45 +01:00
oryx1729
5b3f693562
Fix Dockerfile-GPU (#1969) 2022-01-06 11:13:04 +01:00
oryx1729
e075663feb
Upgrade torch version (#1960) 2022-01-05 18:14:14 +01:00
oryx1729
00c823cdff
Add GitHub Action for Docker Build for GPU (#1916) 2022-01-04 14:33:13 +01:00
Timo Moeller
6892955e95
Add execute permissions (#1666) 2021-10-27 17:35:34 +02:00
Timo Moeller
6da2c73611
Add nltk download, add folder for file upload (#1633) 2021-10-22 16:03:33 +02:00
Malte Pietsch
bb9ec90d3c
Fix tesseract installation in Dockerfile (#1405)
* Fix Dockerfile

* Update Dockerfile-GPU
2021-09-02 11:09:30 +02:00
Alvise Sembenico
6326cf5710
🐳 add PDF converter dependencies to Docker (#1107) 2021-05-31 19:01:02 +02:00
oryx1729
6d00eff796
Add PDF converter in Dockerfiles (#877) 2021-03-08 09:55:11 +01:00
Malte Pietsch
d700592c9a
Update GPU Dockerimage (Cuda 11, Fix faiss)(#836) 2021-02-17 12:40:00 +01:00
Malte Pietsch
74b0868d28
Fix GPU docker build (#703) 2020-12-31 15:04:13 +01:00
Malte Pietsch
46530e86f8
Fix sentencepiece dependency in dockerfiles (#553) 2020-11-05 12:01:27 +01:00
Guillim
7a43d1a72d
Update readme path in Dockerfile (#537)
* Update Dockerfile

forgot to change the extension i believe

* Update Dockerfile

* Update Dockerfile-GPU
2020-11-03 10:19:18 +01:00
Malte Pietsch
a92ca04648
Update GPU docker & fix race condition with multiple workers (#436)
* fix gpu CMD and set tag to latest

* udpate dockerfiles. resolve race condition of index creation with multiple workers

* update dockerfiles for preload. remove try catch for elastic index creation

* add back try/catch. disable multiproc in default config to comply with --preload of gunicorn

* change to pip3 for GPU dockerfile

* remove --preload for gpu
2020-09-29 21:12:44 +02:00
Malte Pietsch
4da480aa15 Fix dockerfiles 2020-07-16 15:58:49 +02:00
Guillim
8a616dae75
Adjust Docker and REST API to allow TransformsReader Class (#180) 2020-07-07 16:25:36 +02:00
Tanay Soni
dcb5be45b2
Update Python version in Dockerfile-GPU (#71) 2020-04-22 19:41:21 +02:00
Tanay Soni
51a3851f93
Update Dockerfiles to use Gunicorn for deployment (#69) 2020-04-21 16:14:51 +02:00
Malte Pietsch
76c5c1d6aa
Improve deployment of REST API (Configs, logging, minor bugs) (#40)
* remove env variables from dockerfiles

* add more config options to rest api. make fields optional. change to elasticsearch as default

* skip reader if retriever doesn't return anything

* add more config params to farm reader. fix top_k_per_sample

* update FARM version
2020-03-18 12:26:13 +01:00
Malte Pietsch
2164e8550f
Add gpu dockerfile, improve logging, fix minor bug with filtering (#36)
* add gpu dockerfile. improve logging. fix minor bug with filtering

* fix path
2020-03-12 18:30:42 +01:00