until I have the right config

This commit is contained in:
Joseph Hanson 2024-11-21 23:11:27 -06:00
parent afc6e7c94c
commit 8ef09cc9e6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -50,7 +50,7 @@ in
ports = [ "${toString port}:${toString port}" ]; # expose port
extraOptions = [
"--device nvidia.com/gpu=all"
# "--device nvidia.com/gpu=all"
];
};