From a9124c1ac5e7e581c46bbba5e32f668df53872aa Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Sun, 16 Aug 2020 13:27:44 -0700 Subject: [PATCH] Update kerasDeloyment.yaml --- kerasDeloyment.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/kerasDeloyment.yaml b/kerasDeloyment.yaml index fa68fbf..59e6822 100644 --- a/kerasDeloyment.yaml +++ b/kerasDeloyment.yaml @@ -43,13 +43,4 @@ spec: - name: modeltraining persistentVolumeClaim: claimName: modeltraining - - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: gpu-type - operator: In # Use NotIn for other types - values: - - V100 + -- GitLab