Readypod optimization in executor (#1860)
A ready pod which can be specialized was fetched for every function earlier, this has been changed to a queue and cache implementation in client-go to improve performance.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG GO_VERSION=1.9.2
|
||||
ARG GO_VERSION=1.13
|
||||
|
||||
FROM tensorflow/serving as serving
|
||||
RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user