runtime error

b58c7afdf57e4cddf5e1513f5a2d62aa8e98f82a00c76d7c Successfully built detectron2 fvcore antlr4-python3-runtime Installing collected packages: antlr4-python3-runtime, yacs, termcolor, tabulate, portalocker, pathspec, omegaconf, mypy-extensions, cloudpickle, iopath, hydra-core, black, pycocotools, fvcore, detectron2 Successfully installed antlr4-python3-runtime-4.9.3 black-24.4.2 cloudpickle-3.0.0 detectron2-0.6 fvcore-0.1.5.post20221221 hydra-core-1.3.2 iopath-0.1.9 mypy-extensions-1.0.0 omegaconf-2.3.0 pathspec-0.12.1 portalocker-2.8.2 pycocotools-2.0.7 tabulate-0.9.0 termcolor-2.4.0 yacs-0.1.8 [notice] A new release of pip available: 22.3.1 -> 24.0 [notice] To update, run: python -m pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> from detectron2.data import MetadataCatalog File "/home/user/.local/lib/python3.10/site-packages/detectron2/data/__init__.py", line 2, in <module> from . import transforms # isort:skip File "/home/user/.local/lib/python3.10/site-packages/detectron2/data/transforms/__init__.py", line 6, in <module> from .augmentation_impl import * File "/home/user/.local/lib/python3.10/site-packages/detectron2/data/transforms/augmentation_impl.py", line 23, in <module> from detectron2.structures import Boxes, pairwise_iou File "/home/user/.local/lib/python3.10/site-packages/detectron2/structures/__init__.py", line 3, in <module> from .image_list import ImageList File "/home/user/.local/lib/python3.10/site-packages/detectron2/structures/image_list.py", line 8, in <module> from detectron2.layers.wrappers import move_device_like, shapes_to_tensor File "/home/user/.local/lib/python3.10/site-packages/detectron2/layers/__init__.py", line 5, in <module> from .nms import batched_nms, batched_nms_rotated, nms, nms_rotated File "/home/user/.local/lib/python3.10/site-packages/detectron2/layers/nms.py", line 25, in <module> @torch.compiler.disable AttributeError: module 'torch' has no attribute 'compiler'

Container logs:

Fetching error logs...