From 4bd36b5b1f8b3367e6c0c57ad98de90292c24d5f Mon Sep 17 00:00:00 2001 From: LeiGlobus <101125281+LeiGlobus@users.noreply.github.com> Date: Thu, 20 Apr 2023 17:03:37 -0400 Subject: [PATCH] remove GC_TASK timeout (#1121) * remove GC_TASK timeout * blank --- Dockerfile-endpoint | 1 - reinstall.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-endpoint b/Dockerfile-endpoint index fbf78f607..5bea6496c 100644 --- a/Dockerfile-endpoint +++ b/Dockerfile-endpoint @@ -37,4 +37,3 @@ USER compute WORKDIR /home/compute COPY helm/boot.sh . ENV HOME /home/compute -ENV GC_TASK_TIMEOUT 10 \ No newline at end of file diff --git a/reinstall.sh b/reinstall.sh index f923a0a08..9fa295436 100755 --- a/reinstall.sh +++ b/reinstall.sh @@ -3,3 +3,4 @@ cd compute_sdk pip install . cd ../compute_endpoint pip install . +