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

Update kerasDeloyment.yaml

parent eb759e76
No related branches found
No related tags found
No related merge requests found
...@@ -39,4 +39,13 @@ spec: ...@@ -39,4 +39,13 @@ 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