添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
寂寞的芹菜  ·  Observable.TimeInterva ...·  1 年前    · 
慷慨的丝瓜  ·  3分钟短文 | Laravel ...·  2 年前    · 
逆袭的打火机  ·  Java Swing ...·  2 年前    · 

while attempting to download the VIA Container Image and after:

docker login nvcr.io -u ‘$oauthtoken’ -p <NGC_API_KEY>

which obviously succeeded because I got following message:

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/koule/.docker/config.json.
Configure a credential helper to remove this warning.
Login Succeeded

then I tried to perform the download:

docker pull nvcr.io/metropolis/via-dp/via-engine:2.0-dp

and got following message:

permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post “http://%2Fvar%2Frun%2Fdocker.sock/v1.47/images/create? fromImage=nvcr.io %2Fmetropolis%2Fvia-dp%2Fvia-engine&tag=2.0-dp”: dial unix /var/run/docker.sock: connect: permission denied.

Is there a fix or workaround for this issue?

sudo docker pull nvcr.io/metropolis/via-dp/via-engine:2.0-dp
[sudo] password for user:

There’s one more thing I should probably mention: I didn’t go ahead with the key for OpenAI. I need to avoid using OpenAI because of the confidential data that we will process. And we want to process them only locally with our hardware.

I had to use sudo for both of following commands:

I don’t know whether it’s a good idea to use sudo. I also proceeded with the steps for rootless-mode but I still need to use sudo for the pull to begin.

when I use following command I get an error - no CUDA GPU available. Well, I have Gerofce RTX 4090 on this computer. Is it really the error message that I should get? Maybe I would expect something insufficient GPU memory or something related insufficient hardware.


Could you check your CUDA environment first by referring to the pytorch-says-that-cuda-is-not-available-on-ubuntu ?

The possible reason for this problem is that your preparation has not been done well. Please refer to our Guide step by step to install the driver, docker and NVIDIA Container Toolkit correctly.
Install the NVIDIA Driver .

Well, I didn’t want to uninstall the later version of driver that I had because I didn’t want to jeopardize the function of my Omniverse applications. Well I did it now and then I tried to carry out the installation of NVIDIA-Linux-x86_64-535.161.08.run using following commands:
and I got following error:


see also the log file:
log.txt (167.7 KB)

And now Installation of drivers for Geforce RTX 4090. I noticed that your drivers include cuda toolkit 12.2 so I found a page describing the installation steps for laptop version of Geforce RTX 4080. So, I hope the driver is going to suport the desktop version of RTX 4090 as well since desktop RTX4090 is in the list of supported devices for driver version 535.171.04: