JunMa11 / FLARE

Official Repository of MICCAI FLARE Challenges

Home Page:https://www.codabench.org/competitions/2319/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I dont understand what is this error means

hchuanZ opened this issue · comments

docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown.

commented

Hi @hchuanZ ,

Could your please provide your Dockerfile details?
and how do you get this error?

commented

Hi @hchuanZ

It may be the docker is too old. Could you please run docker version and share the details.

  1. please try
docker container run --gpus=all --name jiujiuhaiziba --rm -v ./inputs:/workspace/inputs/ -v ./outputs/:/workspace/outputs/ jiujiuhaiziba:latest /bin/bash -c "sh predict.sh"
commented

please also try

docker container run --gpus=all --name jiujiuhaiziba --rm -v .\inputs:/workspace/inputs/ -v .\outputs/:/workspace/outputs/ jiujiuhaiziba:latest /bin/bash -c "sh predict.sh"
docker container run --name jiujiuhaiziba --rm -v .\inputs:/workspace/inputs/ -v .\outputs/:/workspace/outputs/ jiujiuhaiziba:latest /bin/bash -c "sh predict.sh"
commented

Hi @hchuanZ
If your docker is the 20.* version and all the above commands do not work.
Please send your tar file to flare21@aliyun.com. We will help you to evaluate it under linux system.

Note: the simpleitk version sholud be <=2.02