diff --git a/run_with_gunicorn.py b/run_with_gunicorn.py index 69124e31..2e4e3cf7 100755 --- a/run_with_gunicorn.py +++ b/run_with_gunicorn.py @@ -16,6 +16,7 @@ def check_and_install_dependencies(): required_packages = [ "gunicorn", "tiktoken", + "psutil", # Add other required packages here ]