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
-
I had some issues, but this one (I think) has been solved:
When runningdocker build . -t routed-fusion
thenvidia/cuda:10.2-devel
was not being found. So I check and found a similar docker image that worked. The image isrocker-cuda
. -
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!