Skip to content

Commit 972173d

Browse files
committed
fix missing unit
1 parent 243f7f8 commit 972173d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ COPY --from=models ${MODEL_PATH} ${MODEL_PATH}
6060
# RUN python -m nltk.downloader punkt_tab
6161

6262
# Worker process start timeout to allow shimmy to start considering all downloads
63-
ENV FUNCTION_WORKER_SEND_TIMEOUT=600
63+
ENV FUNCTION_WORKER_SEND_TIMEOUT="600s"
6464

6565
# Worker process stop timeout to allow shimmy to stop the container
66-
ENV FUNCTION_WORKER_STOP_TIMEOUT=300
66+
ENV FUNCTION_WORKER_STOP_TIMEOUT="300s"
6767

6868
ENV EVAL_RPC_TRANSPORT="ipc"
6969

0 commit comments

Comments
 (0)