-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing mount og nvoptix.bin from libnvidia-gl-535 #127
Comments
@agirault thanks for reporting this. Looking at the list of files, I think adding the following is relatively straightforward:
The following (for aarch64) is also not really a problem:
With regards to the The same is required for |
I have created https://gitlab.com/nvidia/container-toolkit/container-toolkit/-/merge_requests/501 to add the processing of these files. If we can settle on a final list of missing ones that should be included we can get that in to an upcoming release candidate. |
We have just released https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.15.0-rc.1 that includes the injection of the Assuming these have been configured running:
should install the required packages. |
Note that we have backported these changes to the @agirault if you get a chance to validate what is still missing that would be great. |
I think the issue is back with latest
I recently started getting in Omniverse docker container for Isaac Sim:
|
@turowicz first, could you confirm that the file exists on your host? Then, which docker command are you running? Could you confirm that you are using the The |
yes, to fix the error I had to |
updated my answer above |
addon: I am using |
I confirm the container |
@turowicz could you provide the full docker command you run? |
Here's the .devcontainer file:
and the dockerfile:
|
my workaround works but you guys may want to fix the problem |
Enabling Optix denoise requires the
/usr/share/nvidia/nvoptix.bin
file which is installed as part oflibnvidia-gl-<ver>
package but not present in containers with nvidia ctk runtime.Workaround for Holoscan: https://github.com/nvidia-holoscan/holohub/pull/112/files
Content of libnvidia-gl-535
Files not mounted with nvidia runtime
Run this command to test:
Observations
dll
files on x86_64?/wine/nvngx.dll
. Interestingly, there is nolibnvidia-ngx.so.1
on x86_64 (vs aarch64).nvidia-ngx-updater
,libnvidia-api.so.1
andlibnvidia-vulkan-producer.so.535
only exist on x86_64. Expected ? Need mounting?libnvidia-egl-gbm.so
exist for both x86_64 and aarch64, but missing only in aarch64 containers.nvidia_layers.json
is inicd.d
on aarch64, instead ofimplicit_layer.d
in x86_64. The former isn't mounted, while the latter is.The text was updated successfully, but these errors were encountered: