notAI-tech / NudeNet

Lightweight nudity detection
https://nudenet.notai.tech/
GNU Affero General Public License v3.0
1.76k stars 342 forks source link

core dumped error by running nudenet:detector docker image #66

Closed ehsanm94 closed 3 years ago

ehsanm94 commented 3 years ago

I got core dumped error by running docker run -it -p8080:8080 notaitech/nudenet:detector

The docker image is the most recently published image and I got the same error by importing nudenet or tensorflow inside the docker container.

System Specs: CPU: Intel Xeon X5650

Screenshot from 2020-11-25 20-48-17

bedapudi6788 commented 3 years ago

https://github.com/notAI-tech/NudeNet/issues/46#issuecomment-711419370

I believe this is the same issue.

ehsanm94 commented 3 years ago

Exactly! My CPU's instruction sets does not include AVX instructions.

It seems the easiest solution for me is using anaconda and install tensorflow by it. link

bedapudi6788 commented 3 years ago

@ehsanm94 I am closing this issue. Feel free to re-open if required.