Error at Attaching to tutor_dev-lms-1

Hi teams,
I have copy files to the local filesystem, but cannot bind-mount back

Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: “./manage.py”: stat ./manage.py: no such file or directory: unknown

Attaching to tutor_dev-lms-1
tutor_dev-lms-1  | 2022-12-16 09:32:28,822 WARNING 1 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/boto/plugin.py:40: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
tutor_dev-lms-1  |   import imp
tutor_dev-lms-1  |
tutor_dev-lms-1  | 2022-12-16 09:32:28,918 WARNING 1 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
tutor_dev-lms-1  |   from collections import Mapping, MutableMapping
tutor_dev-lms-1  |
tutor_dev-lms-1  | 2022-12-16 09:32:30,762 WARNING 1 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/edx-platform/openedx/core/types/admin.py:49: DeprecationWarning: Django 3.2+ available: the _admin_display method and the AdminMethodclass should be removed from openedx.core.types
tutor_dev-lms-1  |   warnings.warn(
tutor_dev-lms-1  |
tutor_dev-lms-1  | Traceback (most recent call last):
tutor_dev-lms-1  |   File "./manage.py", line 103, in <module>
tutor_dev-lms-1  |     startup.run()
tutor_dev-lms-1  |   File "/openedx/edx-platform/lms/startup.py", line 20, in run
tutor_dev-lms-1  |     django.setup()
tutor_dev-lms-1  |   File "/openedx/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
tutor_dev-lms-1  |     apps.populate(settings.INSTALLED_APPS)
tutor_dev-lms-1  |   File "/openedx/venv/lib/python3.8/site-packages/django/apps/registry.py", line 114, in populate
tutor_dev-lms-1  |     app_config.import_models()
tutor_dev-lms-1  |   File "/openedx/venv/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
tutor_dev-lms-1  |     self.models_module = import_module(models_module_name)
tutor_dev-lms-1  |   File "/opt/pyenv/versions/3.8.12/lib/python3.8/importlib/__init__.py", line 127, in import_module
tutor_dev-lms-1  |     return _bootstrap._gcd_import(name[level:], package, level)
tutor_dev-lms-1  |   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
tutor_dev-lms-1  |   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
tutor_dev-lms-1  |   File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
tutor_dev-lms-1  |   File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
tutor_dev-lms-1  |   File "<frozen importlib._bootstrap_external>", line 843, in exec_module
tutor_dev-lms-1  |   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
tutor_dev-lms-1  |   File "/openedx/edx-platform/lms/djangoapps/bulk_email/models.py", line 22, in <module>
tutor_dev-lms-1  |     from openedx.core.djangoapps.course_groups.cohorts import get_cohort_by_name
tutor_dev-lms-1  |   File "/openedx/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py", line 21, in <module>
tutor_dev-lms-1  |     from lms.djangoapps.courseware import courses
tutor_dev-lms-1  |   File "/openedx/edx-platform/lms/djangoapps/courseware/courses.py", line 27, in <module>
tutor_dev-lms-1  |     from lms.djangoapps.course_blocks.api import get_course_blocks
tutor_dev-lms-1  |   File "/openedx/edx-platform/lms/djangoapps/course_blocks/api.py", line 15, in <module>
tutor_dev-lms-1  |     from .transformers import library_content, load_override_data, start_date, user_partitions, visibility
tutor_dev-lms-1  |   File "/openedx/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py", line 17, in <module>
tutor_dev-lms-1  |     from xmodule.library_content_module import LibraryContentBlock  # lint-amnesty, pylint: disable=wrong-import-order
tutor_dev-lms-1  |   File "/openedx/edx-platform/xmodule/library_content_module.py", line 27, in <module>
tutor_dev-lms-1  |     from xmodule.capa.responsetypes import registry
tutor_dev-lms-1  |   File "/openedx/edx-platform/xmodule/capa/responsetypes.py", line 42, in <module>
tutor_dev-lms-1  |     from shapely.geometry import MultiPoint, Point
tutor_dev-lms-1  |   File "/openedx/venv/lib/python3.8/site-packages/shapely/geometry/__init__.py", line 4, in <module>
tutor_dev-lms-1  |     from .base import CAP_STYLE, JOIN_STYLE
tutor_dev-lms-1  |   File "/openedx/venv/lib/python3.8/site-packages/shapely/geometry/base.py", line 20, in <module>
tutor_dev-lms-1  |     from shapely.coords import CoordinateSequence
tutor_dev-lms-1  |   File "/openedx/venv/lib/python3.8/site-packages/shapely/coords.py", line 10, in <module>
tutor_dev-lms-1  |     from shapely.geos import lgeos
tutor_dev-lms-1  |   File "/openedx/venv/lib/python3.8/site-packages/shapely/geos.py", line 84, in <module>
tutor_dev-lms-1  |     _lgeos = CDLL(geos_whl_so[-1])
tutor_dev-lms-1  |   File "/opt/pyenv/versions/3.8.12/lib/python3.8/ctypes/__init__.py", line 373, in __init__
tutor_dev-lms-1  |     self._handle = _dlopen(self._name, mode)
tutor_dev-lms-1  | OSError: libgeos-5781ad74.so.3.10.2: cannot open shared object file: No such file or directory
tutor_dev-lms-1  | 2022-12-16 09:32:37,484 WARNING 1 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/boto/plugin.py:40: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses