Description
==========
== CUDA ==
CUDA Version 12.4.1
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available.
Use the NVIDIA Container Toolkit to start this container with GPU support; see
https://docs.nvidia.com/datacenter/cloud-native/ .
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/root/mindsearch/app.py", line 11, in
from lagent.schema import AgentStatusCode
File "/opt/py3/lib/python3.10/site-packages/lagent/init.py", line 2, in
from .actions import * # noqa: F401, F403
File "/opt/py3/lib/python3.10/site-packages/lagent/actions/init.py", line 3, in
from .action_executor import ActionExecutor
File "/opt/py3/lib/python3.10/site-packages/lagent/actions/action_executor.py", line 4, in
from .base_action import BaseAction
File "/opt/py3/lib/python3.10/site-packages/lagent/actions/base_action.py", line 16, in
from griffe.enumerations import DocstringSectionKind
ModuleNotFoundError: No module named 'griffe.enumerations'