runtime error

hon>=3 in /home/user/.local/lib/python3.8/site-packages (from mmcv-full==1.5.2) (4.7.0.72) Requirement already satisfied: addict in /home/user/.local/lib/python3.8/site-packages (from mmcv-full==1.5.2) (2.4.0) Requirement already satisfied: tomli>=2.0.1 in /home/user/.local/lib/python3.8/site-packages (from yapf->mmcv-full==1.5.2) (2.0.1) Installing collected packages: mmcv-full Successfully installed mmcv-full-1.5.2 [notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python -m pip install --upgrade pip Successfully installed mmcv-full. Found existing installation: opencv-python 4.7.0.72 Uninstalling opencv-python-4.7.0.72: Successfully uninstalled opencv-python-4.7.0.72 Found existing installation: opencv-python-headless 4.5.5.64 Uninstalling opencv-python-headless-4.5.5.64: Successfully uninstalled opencv-python-headless-4.5.5.64 Defaulting to user installation because normal site-packages is not writeable Collecting opencv-python-headless==4.5.5.64 Downloading opencv_python_headless-4.5.5.64-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.8/47.8 MB 65.6 MB/s eta 0:00:00 Requirement already satisfied: numpy>=1.14.5 in /home/user/.local/lib/python3.8/site-packages (from opencv-python-headless==4.5.5.64) (1.22.4) Installing collected packages: opencv-python-headless Successfully installed opencv-python-headless-4.5.5.64 [notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python -m pip install --upgrade pip Traceback (most recent call last): File "app.py", line 24, in <module> from model import AppModel File "/home/user/app/model.py", line 43, in <module> class Model: File "/home/user/app/model.py", line 49, in Model MODEL_DICT = DETECTION_MODEL_DICT | INSTANCE_SEGMENTATION_MODEL_DICT | PANOPTIC_SEGMENTATION_MODEL_DICT TypeError: unsupported operand type(s) for |: 'dict' and 'dict'

Container logs:

Fetching error logs...