runtime error

Exit code: 1. Reason: oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2026-03-20 05:33:22.738745: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2026-03-20 05:33:24.443599: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2026-03-20 05:33:24.444017: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. Traceback (most recent call last): File "/code/app.py", line 2, in <module> from components.prediction_pipeline import * File "/code/components/prediction_pipeline.py", line 6, in <module> import spacy File "/usr/local/lib/python3.9/site-packages/spacy/__init__.py", line 10, in <module> from thinc.neural.util import prefer_gpu, require_gpu File "/usr/local/lib/python3.9/site-packages/thinc/neural/__init__.py", line 4, in <module> from ._classes.model import Model # noqa: F401 File "/usr/local/lib/python3.9/site-packages/thinc/neural/_classes/model.py", line 11, in <module> from ..train import Trainer File "/usr/local/lib/python3.9/site-packages/thinc/neural/train.py", line 7, in <module> from .optimizers import Adam, linear_decay File "thinc/neural/optimizers.pyx", line 14, in init thinc.neural.optimizers File "thinc/neural/ops.pyx", line 1, in init thinc.neural.ops ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

Container logs:

Fetching error logs...