Compare commits
2 commits
4451f3957f
...
37a84e3ca8
Author | SHA1 | Date | |
---|---|---|---|
37a84e3ca8 | |||
8ef09cc9e6 |
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ in
|
|||
ports = [ "${toString port}:${toString port}" ]; # expose port
|
||||
|
||||
extraOptions = [
|
||||
"--device nvidia.com/gpu=all"
|
||||
# "--device nvidia.com/gpu=all"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
|||
let
|
||||
app = "scrypted";
|
||||
# renovate: depName=ghcr.io/koush/scrypted datasource=docker versioning=docker
|
||||
version = "v0.123.30-jammy-nvidia";
|
||||
version = "v0.123.35-jammy-nvidia";
|
||||
image = "ghcr.io/koush/scrypted:${version}";
|
||||
port = 11080; # int
|
||||
cfg = config.mySystem.containers.${app};
|
||||
|
|
Loading…
Reference in a new issue