Closed BolunDai0216 closed 10 months ago
It looks like you don't have access to cuda runtime during docker build. Did you complete step 1 of https://curobo.org/source/getting_started/5_docker_development.html#building-your-own-docker-image-with-curobo ?
Thanks for the quick response!
I did complete the first step, but it seems like the issue stems from how I installed docker and possibly some other stuff I did with CUDA. After I reinstalled Ubuntu and followed the steps to install docker engine (not docker desktop), I was able to build the docker image. Also, I think NVIDIA containers do not require the host machine to have CUDA installed, since in the new Ubuntu installation I did not install CUDA.
I will close this issue.
Issue Details
On a Ubuntu 22.04 computer, when running
for the step
I get the error:
Anyone knows what might be the issue?
When I try to rebuild it, another error occurs
Thanks in advance!