-
Notifications
You must be signed in to change notification settings - Fork 166
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
docker-compose up : Cannot start service wsgiserver #9
Comments
Probably you need to add execute permission on |
You need to clean up the docker build and build once again (you are almost there!). Please make sure that there are good permissions in the docker. You can add
in the Please let me know what permissions it will list. |
|
Great! You have a strange exception when starting (no module I understand, that you are able to run a server locally (without docker)? |
Yes. I can run it locally. as for module sklearn.preprocessing._label , I will try to change sklearn version to see if it's work. |
Please add /api/v1 to url
czw., 20 sie 2020, 11:03 użytkownik Hazmil HASBULLAH <
notifications@github.com> napisał:
… I changed the content of requirements.txt, from scikit-learn==0.21.3 to
scikit-learn>=0.22.0
[image: image]
<https://user-images.githubusercontent.com/47158463/90749817-35190e00-e2d4-11ea-94c8-d063f62494ff.png>
and still having this problem :
[image: image]
<https://user-images.githubusercontent.com/47158463/90750129-abb60b80-e2d4-11ea-88f2-07d7a33cffaf.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVC7ODZIFFOBW6RNLDF6HTSBTRFBANCNFSM4QFHIHUQ>
.
|
Can you run `docker ps`?
czw., 20 sie 2020 o 11:29 Hazmil HASBULLAH <notifications@github.com>
napisał(a):
… Its working now if, I change http://*0.0.0.0:8000 <http://0.0.0.0:8000>*/api/v1/
to http://*127.0.0.1:8000 <http://127.0.0.1:8000>*/api/v1/
[image: image]
<https://user-images.githubusercontent.com/47158463/90753010-5aa81680-e2d8-11ea-8323-9229bda3954c.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVC7OHL2SYPOJUJVAXFZNTSBTUH7ANCNFSM4QFHIHUQ>
.
|
Hi. Thank you for this excellent tutorial.
I'm having a problem after running "sudo docker-compose up".
Only "my_ml_deploy_nginx_1" image is running while the second image (my_ml_deploy_wsgiserver_1) have error as below
Starting my_ml_deploy_nginx_1 ... done
Starting my_ml_deploy_wsgiserver_1 ... error
ERROR: for my_ml_deploy_wsgiserver_1 Cannot start service wsgiserver: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "/app/docker/backend/wsgi-entrypoint.sh": permission denied": unknown
ERROR: for wsgiserver Cannot start service wsgiserver: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "/app/docker/backend/wsgi-entrypoint.sh": permission denied": unknown
ERROR: Encountered errors while bringing up the project.
Even after changing the /docker/backend/wsgi-entrypoint.sh permission, I still get this kind of error.
How can I fix this ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: