I want to install cuda toolkit only without root. (I cannot access the root.)
When run:
./cuda_11.4.0_470.42.01_linux.run
I get:
Log file not open.
Segmentation fault (core dumped)
as the default log file path /tmp/cuda-installer.log was created by another user and I cannot edit it.
How can I change the path of log file cuda-installer.log when install cuda toolkit?
I tried command --tmpdir but it didn’t help.