ValueError when submitting the docker image

ValueError when submitting the docker image  

  By: MaiAShaaban on Dec. 18, 2023, 7:28 a.m.

Hello, I receive the following error, what could be the problem?

ValueError: libcublas.so.*[0-9] not found in the system path ['/opt/app', '/usr/local/lib/python39.zip', '/usr/local/lib/python3.9', '/usr/local/lib/python3.9/lib-dynload', '/home/user/.local/lib/python3.9/site-packages', '/usr/local/lib/python3.9/site-packages']

Re: ValueError when submitting the docker image  

  By: alvaroparicio on Dec. 18, 2023, 8:58 a.m.

Hi,

We asked to grand-challenge support and here's what they helped us with: It seems to me that you've most likely forgotten to install a specific dependency for your algorithm or need to tell torch where to find it. Possibly they quickest path to success is using a base container that has Pytorch pre-installed such as: https://hub.docker.com/r/pytorch/pytorch/

Hope we could help!

Re: ValueError when submitting the docker image  

  By: MaiAShaaban on Dec. 18, 2023, 3:02 p.m.

I used the same docker file here: https://github.com/chaimeleon-eu/OpenChallenge/blob/master/ProstateCancerRiskPredictionEvaluation/Dockerfile

Could you please tell what changes I should make in that file?

 Last edited by: MaiAShaaban on Dec. 18, 2023, 3:03 p.m., edited 1 time in total.