localGPT icon indicating copy to clipboard operation
localGPT copied to clipboard

error in /opt/nvidia/nvidia_entrypoint.sh

Open perler opened this issue 10 months ago • 1 comments

after building the container I get

/opt/nvidia/nvidia_entrypoint.sh: line 67: exec: .: cannot execute: Is a directory

Looks similar to https://github.com/PromtEngineer/localGPT/issues/507 but the solution doesn't work.

I realised that I built the image before I installed the CUDA drivers and toolkit. Is there a need (and a way) to completely restart the process or is there another problem here?

perler avatar Apr 17 '24 09:04 perler

I had the same problem and I built the image after installing the CUDA drivers and toolkit. Turns out I had a trailing full stop on the line starting 'docker run'.

spicedreams avatar Jun 03 '24 17:06 spicedreams