We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87cd2d commit 243f7f8Copy full SHA for 243f7f8
1 file changed
Dockerfile
@@ -59,6 +59,12 @@ COPY --from=models ${MODEL_PATH} ${MODEL_PATH}
59
# RUN python -m nltk.downloader punkt
60
# RUN python -m nltk.downloader punkt_tab
61
62
+# Worker process start timeout to allow shimmy to start considering all downloads
63
+ENV FUNCTION_WORKER_SEND_TIMEOUT=600
64
+
65
+# Worker process stop timeout to allow shimmy to stop the container
66
+ENV FUNCTION_WORKER_STOP_TIMEOUT=300
67
68
ENV EVAL_RPC_TRANSPORT="ipc"
69
70
# Command to start the evaluation function with
0 commit comments