From 085856613d5013eb00678b32eaa3e10ccdd5b983 Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Wed, 19 Aug 2020 20:29:31 -0700 Subject: [PATCH] Update kerasDeloyment.yaml --- kerasDeloyment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kerasDeloyment.yaml b/kerasDeloyment.yaml index f37a00b..471dabb 100644 --- a/kerasDeloyment.yaml +++ b/kerasDeloyment.yaml @@ -21,8 +21,8 @@ spec: capabilities: add: - NET_ADMIN - command: ["/bin/sh", "-c"] - args: ["sleep 24h"] + command: [ "sh", "-c", "sleep 24h" ] + # args: ["sleep 24h"] resources: limits: nvidia.com/gpu: 1 -- GitLab