更新公共包

This commit is contained in:
chendile 2023-09-03 18:21:42 +08:00
parent 906feb2461
commit d868962a6f

View File

@ -143,6 +143,11 @@ class TFJob(K8sCRD):
},
"spec": {
"affinity": self.make_affinity_spec(job_name, node_affin, pod_affin),
"imagePullSecrets": [
{
"name": "hubsecret"
}
],
"containers": [
{
"name": "tensorflow",