The current version of the Python used in the Dockerfile is 3.7.17. This is not recommended because in order to make the SIFRank algorithm work, both backend-api and backend-worker must be downgraded to 3.7.2. This is causing the backend-worker service to get stuck, e.g., [2023-08-07 13:24:13,226: WARNING/ForkPoolWorker-1] compute papers' keywords, and the stuck loading screen in the frontend.
The current version of the Python used in the Dockerfile is
3.7.17. This is not recommended because in order to make the SIFRank algorithm work, bothbackend-apiandbackend-workermust be downgraded to3.7.2. This is causing thebackend-workerservice to get stuck, e.g.,[2023-08-07 13:24:13,226: WARNING/ForkPoolWorker-1] compute papers' keywords, and the stuck loading screen in the frontend.