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
|
ports = [ "${toString port}:${toString port}" ]; # expose port
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--device nvidia.com/gpu=all"
|
# "--device nvidia.com/gpu=all"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
||||||
let
|
let
|
||||||
app = "scrypted";
|
app = "scrypted";
|
||||||
# renovate: depName=ghcr.io/koush/scrypted datasource=docker versioning=docker
|
# renovate: depName=ghcr.io/koush/scrypted datasource=docker versioning=docker
|
||||||
version = "v0.123.34-jammy-nvidia";
|
version = "v0.123.35-jammy-nvidia";
|
||||||
image = "ghcr.io/koush/scrypted:${version}";
|
image = "ghcr.io/koush/scrypted:${version}";
|
||||||
port = 11080; # int
|
port = 11080; # int
|
||||||
cfg = config.mySystem.containers.${app};
|
cfg = config.mySystem.containers.${app};
|
||||||
|
|
Loading…
Reference in a new issue