Increase the number of CPUs to 56 for nOS-V docker
This commit is contained in:
parent
c020b9f5d6
commit
5ce93ff85a
@ -30,7 +30,10 @@
|
|||||||
registrationConfigFile = config.age.secrets."secrets/nosv-token".path;
|
registrationConfigFile = config.age.secrets."secrets/nosv-token".path;
|
||||||
dockerImage = "debian:stable";
|
dockerImage = "debian:stable";
|
||||||
tagList = [ "docker" "xeon" ];
|
tagList = [ "docker" "xeon" ];
|
||||||
registrationFlags = [ "--docker-network-mode host" ];
|
registrationFlags = [
|
||||||
|
"--docker-network-mode host"
|
||||||
|
"--docker-cpus 56"
|
||||||
|
];
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
https_proxy = "http://localhost:23080";
|
https_proxy = "http://localhost:23080";
|
||||||
http_proxy = "http://localhost:23080";
|
http_proxy = "http://localhost:23080";
|
||||||
|
Loading…
Reference in New Issue
Block a user