Nninteractive_slicer_server Does not start

I had been using nninteractive_slicer_server for segmentation for some time and everything worked fine. Unfortunately, since a few days the server stopped working.
I am running ArchLinux, all packages and drivers are up to date.
So far I have been running the server according to the instructions from GitHub - coendevente/SlicerNNInteractive: A 3D Slicer extension for efficient segmentation with nnInteractive.
Installing the server using the docker tool
Currently after typing the command “docker run --gpus all --rm -it -p 1527:1527 coendevente/nninteractive-slicer-server:latest” the prompt goes to a new line and nothing happens, the server does not start, there are no error messages.
I tried to fix this by deleting active images (docker rmi “ID_image”), restarting the system and reinstalling the server according to the instructions from github, but unfortunately with no result.
I tried compiling the server from source. the process went without error messages, the server image showed up in docker resources (docker image ls) unfortunately, the server prepared in this way still does not work.
Can you help to solve this problem? The tool is very helpful for segmentation, I mainly work with pediatric images which are difficult and laborious to segment, especially newborns and very young children. The nninteractice tool is very helpful in such cases.

Translated with DeepL.com (free version)

You should probably file an issue at the github site and include all the details: https://github.com/coendevente/SlicerNNInteractive/issues

1 Like