-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+ added docker image with supervisord #6
Conversation
Good stuff dude, I was looking for this! I'll give it a try and submit a review here. |
Thank you for submitting this PR! |
It fails here with an error:
When removing this line and the next one the build passes. I'll keep testing. |
yes I lack the skill to make it cofigurable in some way so I add them in the build. Probaby there is better methods like using a custom docker .env etc |
I have created the docker Image,docker file and docker compose file , download these two files from this folder and run Edit: In the docker file please enter the main repo git link , I have put mine because I wanted to use the server suited for live run If you don't make any changes it will still work. |
Deleted "ES" languages.
Now it contains only EN. In any case anyone can edit the dockerfile to add more languages. |
Thank you guys for your contribution! Cheers, |
The pulll request contains a folder
docker
with the most simple files to start nlpserver on a docker container.It follows the
laravel forge
instructions and uses the official python:3.8.5-slim-buster base image.I did not included the image since I think it's more transparent to build it yourself. Also, the language models are hardcoded.
NLP Server Docker image
Image creation
Inside the docker folder run
For CoreNLP on another container run: