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

Update kerasDeloyment.yaml

parent 5ee02e14
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,12 @@ spec:
persistentVolumeClaim:
claimName: modeltraining
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: gpu-type
operator: In # Use NotIn for other types
values:
- V100
# 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