runtime error

221093: I tensorflow/compiler/xla/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (s-sib-securerest-81b08-6c797c9cfb-r8zk5): /proc/driver/nvidia/version does not exist 2023-05-13 09:56:55.221326: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX512F AVX512_VNNI FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Traceback (most recent call last): File "app.py", line 8, in <module> model_bin = load("neural.joblib") File "/home/user/.local/lib/python3.8/site-packages/joblib/numpy_pickle.py", line 658, in load obj = _unpickle(fobj, filename, mmap_mode) File "/home/user/.local/lib/python3.8/site-packages/joblib/numpy_pickle.py", line 577, in _unpickle obj = unpickler.load() File "/usr/local/lib/python3.8/pickle.py", line 1212, in load dispatch[key[0]](self) File "/usr/local/lib/python3.8/pickle.py", line 1589, in load_reduce stack[-1] = func(*args) File "/home/user/.local/lib/python3.8/site-packages/keras/saving/pickle_utils.py", line 48, in deserialize_model_from_bytecode raise e File "/home/user/.local/lib/python3.8/site-packages/keras/saving/pickle_utils.py", line 46, in deserialize_model_from_bytecode model = saving_lib.load_model(filepath) File "/home/user/.local/lib/python3.8/site-packages/keras/saving/experimental/saving_lib.py", line 196, in load_model raise e File "/home/user/.local/lib/python3.8/site-packages/keras/saving/experimental/saving_lib.py", line 173, in load_model with zipfile.ZipFile(filepath, "r") as zipfile_to_load: File "/usr/local/lib/python3.8/zipfile.py", line 1269, in __init__ self._RealGetContents() File "/usr/local/lib/python3.8/zipfile.py", line 1336, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file

Container logs:

Fetching error logs...