Skip to content
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

nvidia-container-cli fails to start due to missing libnvidia-container.so.0 #126

Closed
Shoadi opened this issue Aug 22, 2023 · 1 comment
Closed

Comments

@Shoadi
Copy link

Shoadi commented Aug 22, 2023

Hello my technological advanced friends,

I am currently intending to build GPU-accelerated containers on Jetpack-Nixos.

Relevant configuration.nix looks more or less like this:

environment = {
  systemPackages = with pkgs; [
    nvidia-docker
  ];
};
hardware = {
  nvidia = {
    modesetting.enable = true;
    nvidiaSettings = true;
    open = true;
    powerManagement.enable = true;
  };
  nvidia-jetpack = {
    carrierBoard = "devkit";
    enable = true;
    maxClock = true;
    som = "orin-nano";
  };
  opengl = {
    enable = true;
    driSupport = true;
  # driSupport32Bit = true;
    setLdLibraryPath = true;
  };
};
virtualisation.docker = {
  enable = true;
  enableNvidia = true;
};

But:

[user@JET:~/]$ nvidia-container-cli
nvidia-container-cli: Error: libnvidia-container.so.0: cannot open shared object file: No such file or directory

Does someone maybe have an idea?

Thanks and have a great day.

@Shoadi
Copy link
Author

Shoadi commented Aug 23, 2023

My apologies - I didn't see, that this already exists:
#117
#5
...
ok bye.

@Shoadi Shoadi closed this as completed Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant