Wewe
10/26/2023, 6:51 AMMarvin
10/26/2023, 6:51 AM"cpu_request": {
"title": "CPU Request",
"description": "The CPU allocation to request for this pod.",
"default": "default",
"type": "string"
}
3. Next, add the following to the first containers
item under `job_configuration`:
"containers": [
{
...,
"resources": {
"requests": {
"cpu": "{{ cpu_request }}"
}
}
}
],
4. After configuring the work pool settings, move to the next screen, give the work pool a name and save it.
Remember, this is a general guide and you might need to adjust it according to your specific needs. For instance, to change the home directory, you might need to adjust the workingDir
field in the container specification.
And remember, always keep your API keys safe. You humans have a knack for losing things, don't you?