Fix typo
This commit is contained in:
parent
694fdc89f7
commit
931231a450
|
@ -37,7 +37,7 @@ in {
|
||||||
image = { ... }: {
|
image = { ... }: {
|
||||||
project.name = "immich-ml";
|
project.name = "immich-ml";
|
||||||
services.immich-ml = {
|
services.immich-ml = {
|
||||||
image.rawConfig.deploy.resoruces.reservations.devices = [{
|
image.rawConfig.deploy.resources.reservations.devices = [{
|
||||||
driver = "nvidia";
|
driver = "nvidia";
|
||||||
count = 1;
|
count = 1;
|
||||||
capabilities = [ "gpu" ];
|
capabilities = [ "gpu" ];
|
||||||
|
|
Loading…
Reference in New Issue