From f4f85c7cdb02a9409f5d2b762992fd1b8554e34c Mon Sep 17 00:00:00 2001 From: Yadu Nand Babuji Date: Thu, 20 Apr 2023 13:56:16 -0500 Subject: [PATCH] Setting GC_TASK_TIMEOUT for the endpoint dockerfile (#1120) --- Dockerfile-endpoint | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-endpoint b/Dockerfile-endpoint index 5bea6496c..fbf78f607 100644 --- a/Dockerfile-endpoint +++ b/Dockerfile-endpoint @@ -37,3 +37,4 @@ USER compute WORKDIR /home/compute COPY helm/boot.sh . ENV HOME /home/compute +ENV GC_TASK_TIMEOUT 10 \ No newline at end of file