Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix celery timeout error and package version upgrade #4

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

byeongal
Copy link

@byeongal byeongal commented Nov 9, 2022

TTI-Worker 에서 발견된 에러 수정 및 패키지 버전 업

@byeongal byeongal requested review from Laeyoung and 589hero November 9, 2022 09:14
CMD ["celery", "-A", "worker", "worker", "--loglevel=info", "--pool=solo", "--concurrency=1", "--without-heartbeat"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

worker 커맨드 아래 링크와 싱크 맞추는건 어떤가요?
https://github.com/ainize-team/TTI-Worker/blob/develop/start.sh

@@ -1,8 +1,31 @@
FROM pytorch/pytorch:1.12.0-cuda11.3-cudnn8-devel
FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -5,3 +5,4 @@
worker_prefetch_multiplier = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants