weders/RoutedFusion

Help Running Project (docker run -v....)

Opened this issue · 0 comments

I'm having some troubles trying to run this code on Ubuntu 22.04. I'm a new dev and I really want to test this project.
Can someone help me? I did all the steps in order and I'm stucked on number 2

  1. I had some issues, but this one (I think) has been solved:
    When running docker build . -t routed-fusion the nvidia/cuda:10.2-devel was not being found. So I check and found a similar docker image that worked. The image is rocker-cuda.

  2. After that, I tried to run docker run -v $PATH_TO_YOUR_PREPROCESSED_DATA:/data -v $PATH_TO_SAVE_EXPERIMENTS:/experiments --gpus all -it routed-fusion:latest and I got this Error message: docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. ERRO[0004] error waiting for container: context canceled

I would be glad If someone could help me!