cvpaperchallenge / Crux

Crux is a suite of LLM-empowered summarization and retrieval services for academic activity. Crux is developed by XCCV group of cvpaper.challenge.
MIT License
14 stars 2 forks source link

#11/chore/decide python version #20

Closed YoshikiKubotani closed 1 year ago

YoshikiKubotani commented 1 year ago

Issue URL

11

Change overview

How to test

  1. Run the application in the same way described in the first step of "How to test" of #13
  2. Confirm the Python version is 3.10 by running the code below under both the frontend and backend container
% python --version

Python 3.10.6

Note for reviewers

NA