-
Notifications
You must be signed in to change notification settings - Fork 5
Crashing docker image deephdc/deep-oc-plants-classification-tf #13
Comments
Hi @Fristi , I see a |
It exits with exit code 132, which might be related to TF/Python version, did you pin that for the creation of the docker image?
|
Dockerfiles are located here: base image classifier, plant classifier. As far as I can tell, I can succesfully run it on my machine (Ubuntu 20.04): |
The logs from above are from running it on my NUC which is x86_64 machine I also tried it running on my MacBook Pro M1
When requesting at localhost:5100 it doesn't respond I tried building the container as described here https://github.com/deephdc/DEEP-OC-plants-classification-tf#building-the-container
But that seems to fail due an host I cannot access :) |
This Dockerfile should have the proper link. Let me know if that works! |
Make sure you are using the plant classifier ( |
That works, thank you ! :) I'll see if I can get a arm64 version working for the docker images to aid development |
Hey there!
I'm trying to use the docker image
deephdc/deep-oc-plants-classification-tf:cpu
But it seems to crash on startup, any resolution?
The text was updated successfully, but these errors were encountered: