runtime error

Exit code: 1. Reason: n3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144556 sha256=dd73402cb1b3f3deddff820f998727f9982505b94967258291d9d1499255766f Stored in directory: /home/user/.cache/pip/wheels/48/6a/c2/acb58c7afdf57e4cddf5e1513f5a2d62aa8e98f82a00c76d7c Successfully built detectron2 fvcore antlr4-python3-runtime Installing collected packages: appdirs, antlr4-python3-runtime, yacs, werkzeug, toml, termcolor, tensorboard-data-server, tabulate, regex, pydot, portalocker, pathspec, omegaconf, mypy-extensions, markdown, grpcio, future, cloudpickle, absl-py, tensorboard, iopath, hydra-core, black, fvcore, detectron2 Successfully installed absl-py-2.1.0 antlr4-python3-runtime-4.9.3 appdirs-1.4.4 black-21.4b2 cloudpickle-3.1.0 detectron2-0.6 future-1.0.0 fvcore-0.1.5.post20221221 grpcio-1.67.0 hydra-core-1.3.2 iopath-0.1.9 markdown-3.7 mypy-extensions-1.0.0 omegaconf-2.3.0 pathspec-0.12.1 portalocker-2.10.1 pydot-3.0.2 regex-2024.9.11 tabulate-0.9.0 tensorboard-2.18.0 tensorboard-data-server-0.7.2 termcolor-2.5.0 toml-0.10.2 werkzeug-3.0.6 yacs-0.1.8 [notice] A new release of pip available: 22.3.1 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Cloning into 'VNext'... Traceback (most recent call last): File "/home/user/app/app.py", line 26, in <module> from detectron2.data import MetadataCatalog File "/usr/local/lib/python3.10/site-packages/detectron2/data/__init__.py", line 2, in <module> from . import transforms # isort:skip File "/usr/local/lib/python3.10/site-packages/detectron2/data/transforms/__init__.py", line 4, in <module> from .transform import * File "/usr/local/lib/python3.10/site-packages/detectron2/data/transforms/transform.py", line 36, in <module> class ExtentTransform(Transform): File "/usr/local/lib/python3.10/site-packages/detectron2/data/transforms/transform.py", line 46, in ExtentTransform def __init__(self, src_rect, output_size, interp=Image.LINEAR, fill=0): AttributeError: module 'PIL.Image' has no attribute 'LINEAR'. Did you mean: 'BILINEAR'?

Container logs:

Fetching error logs...