-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
No module named 'api.apps' #105
Comments
What command did you use to build the image? Can you try setting the |
I deleted the image and added dev to the
After that, it seems that the service has been started and stopped in the console
In the container panel, you can see that the nginx image failed to start |
Can you try the suggestion here: #73 ? If you use the .dev Docker Compose file then it will disable nginx |
I executed
I am running in my low-power NAS, and the CPU utilization is high at startup. Does this matter?
|
Yeah it's possible there some resource limitation. Can you try using the prod images instead: I think Webpack might be taking too much memory if using the |
I can say that I don't have any touchable resource limitations.
and a while later:
Might be indeed due to #104 |
I wonder if it's Tensorflow related. Someone mentioned to me previously about getting Illegal Instructions errors when running on macOS M1 chip. It could be the same issue on other types of hardware too. Can you connect to one of the celery or api containers, run python, and then The frontend container exiting is expected, I updated the instructions so that it builds the frontend code once instead of continuously watching the files. |
It is. I tested it on a Ryzen system, it worked. The machine I want to run it on is on Xeon X5670, what's declared as too old. I suspect the max tensorflow 1.5 / no AVX is the reason. I can't install currently available 1.5 packages on the platform, I'll try building it the second time. edit: yup, 1.14.0 noavx build seems to work, https://github.com/furas/tensorflow-no-avx worked for me; need time to incorporate it for self though edit: The hardware I'm running on got updated, with AVX and other beans. Unsubscribing from here, mention me if needed. |
I used docker to build the image, but port 8000 was occupied and failed to start.
I enter the container, modify the port and try to start the container. The web page prompts "err_connection_reset", and the error "no module named 'API. Apps" is displayed in the container log
The text was updated successfully, but these errors were encountered: