Skip to content
Snippets Groups Projects
Commit 21cc1edb authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update kerasDeloyment.yaml

parent e4a49f34
No related branches found
No related tags found
No related merge requests found
...@@ -43,3 +43,14 @@ spec: ...@@ -43,3 +43,14 @@ spec:
- name: modeltraining - name: modeltraining
persistentVolumeClaim: persistentVolumeClaim:
claimName: modeltraining claimName: modeltraining
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: gpu-type
operator: In # Use NotIn for other types
values:
- V100
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment