Open
Description
Describe your problem
I deployed ragflow 0.15.1 with ragflow/docker/docker-compose.yml in physical machine which Ubuntu20.04 LTS OS was installed, and this machine has 2 NVIDIA A40 GPU.
- I created a file parsing task with file "食品安全法.pdf", and it worked well.
- Then I directly redeployed ragflow 0.15.1 by running "docker-compose -f docker-compose-gpu.yml up -d" , and all docker containers is fine:
3) Now I try to create a file parsing task with file "乳腺癌相关说明(作为知识库).pdf", however this task is always in queued
How do I look into the logs and locate this problem?