When I run a docker image it's stopped without giving any error?

There is my Dockerfile: Click here to see the image . This is the shell script: Click here to see the image . There is the output while image is running: Click here to see the image .As you see it's stopped there, after the model had train, but the container is kept starting. . I'm witing for output like this, to be able to use my api: Click here to see the image . Note: I don't know why nltk is dowloadning after the training, because in when i run the project from my host is the first thing, and the model can't train without ntlk.

Back to Top