From 84b255a82ff73bf277c13d19d1249c6bc2d72a3d Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Sun, 13 Sep 2020 02:02:35 -0700 Subject: [PATCH] Update kerasDeloyment.yaml --- kerasDeloyment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kerasDeloyment.yaml b/kerasDeloyment.yaml index 616c0ab..b677127 100644 --- a/kerasDeloyment.yaml +++ b/kerasDeloyment.yaml @@ -52,5 +52,6 @@ spec: - key: gpu-type operator: In # Use NotIn for other types values: - - M4000 + - 2080Ti + - V100 -- GitLab