Running docker container on local device I get final outputs. But when upload algorithm from the github repository, it throws monai transform loadimage error. ¶
By: shirshak.acharya on June 27, 2024, 12:45 p.m.
Hello, I build the container on my local machine, like this:
> docker build -t docker_just_nnunet -f ./Dockerfile .
I also ran the docker container I built using this command:
> docker run -it --gpus all docker_just_nnunet
I get output "okay" result, when I run docker container on my local machine and it works. But I passed the link to github repository for loading my algorithm in challenge. But after passing the algorithm I get error as:
RuntimeError: applying transform <monai.transforms.io.dictionary.LoadImaged object at 0x7f9e1211df30>
I think the command I used for build and run the docker container is different from the build used by the evaluation checker bot, so the error is persisting!