deeppavlov / question_generation

It is a question-generator model. It takes text and an answer as input and outputs a question.
GNU General Public License v3.0
172 stars 59 forks source link

docker-compose instead of installation bash script #23

Open zzj0402 opened 5 years ago

zzj0402 commented 5 years ago

The dockerfile is redundant and losing its purpose. Making a docker-compose to link coreNLP and openNMT with model downloaded inside the container is better than installation bash script.