fixes, nvidia container
This commit is contained in:
parent
b25f04c6c4
commit
683c0fbf97
6 changed files with 11 additions and 149 deletions
|
|
@ -170,9 +170,13 @@
|
|||
"net.core.wmem_max_default" = 67108864;
|
||||
};
|
||||
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
virtualisation.docker = {
|
||||
daemon.settings = {
|
||||
features.buildkit = true;
|
||||
features = {
|
||||
buildkit = true;
|
||||
cdi = true;
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
# storageDriver =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue