Evan Lezar

Results 419 comments of Evan Lezar

Could you run the `curl` command with the `-v` flag? ``` curl -v -fsSL https://nvidia.github.io/libnvidia-container/gpgkey ``` Also, does the second `curl` command fail with the same error: ``` curl -v...

That shows that `nvidia.github.io` cannot be resolved. What does: ``` ping nvidia.github.io` ``` or ``` dig nvidia.github.io ``` show?

You would have to double-check how APT should be configured to access a proxy. Maybe a page such as https://askubuntu.com/questions/257290/configure-proxy-for-apt will be useful?

Thanks. From your final comment, I assume that this issue can be closed. Please reopen if the issue continues.

@robertjbush which image is being used? Note that for OpenGL capabilities, the `NVIDIA_DRIVER_CAPABILITIES` environment variable should include `graphics` or be set to `all`. See https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/user-guide.html#driver-capabilities

Hi @robertjbush thanks for the additional information. It may be that @rboissel will be able to provide some additional insight here.

One thing to note is that the graphics libraries are mounted from the host system, meaning that these need to be installed. Do `glxgears`, `glxinfo`, or `glmark2` work in "native"...

@robertjbush what command line are you using to launch the container? Since `nvidia` is not set as the default runtime in your docker config, you would need to specify the...

@robertjbush let me ping someone to fine out where that limitation comes from as it may be related to WSL2 (although I recall reading that this now has better support...

I have pinged @rboissel to have a look at the ticket. He has a better grasp on the WSL2 specifics and where the noted limitations come from.