Skip to content

Commit

Permalink
fix: increase timeout ready for executor docker images (#854)
Browse files Browse the repository at this point in the history
* fix: install transformers for torch executor docker images

* fix: bump jina version and install transformers in onnx

* fix: increase timeout ready for executor docker images
  • Loading branch information
ZiniuYu committed Nov 9, 2022
1 parent f96ce54 commit 7108622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ metas:\n\
" > /tmp/config.yml


ENTRYPOINT ["jina", "executor", "--uses", "/tmp/config.yml"]
ENTRYPOINT ["jina", "executor", "--uses", "/tmp/config.yml", "--timeout-ready", "3000000"]
2 changes: 1 addition & 1 deletion Dockerfiles/cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metas:\n\
- clip_server.executors.clip_$BACKEND_TAG\n\
" > /tmp/config.yml

ENTRYPOINT ["jina", "executor", "--uses", "/tmp/config.yml"]
ENTRYPOINT ["jina", "executor", "--uses", "/tmp/config.yml", "--timeout-ready", "3000000"]



Expand Down

0 comments on commit 7108622

Please sign in to comment.