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 . +