runtime error

Space not ready. Reason: Error, exitCode: 1, message: None

Container logs:

2022-10-24 13:28:33.340419: 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 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2022-10-24 13:28:33.477751: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-10-24 13:28:33.477785: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
2022-10-24 13:28:33.505664: E tensorflow/stream_executor/cuda/cuda_blas.cc:2981] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2022-10-24 13:28:34.694591: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory
2022-10-24 13:28:34.694678: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory
2022-10-24 13:28:34.694689: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
Traceback (most recent call last):
  File "app.py", line 1, in <module>
    from model import PopMusicTransformer
  File "/home/user/app/model.py", line 3, in <module>
    import miditoolkit
  File "/home/user/.local/lib/python3.8/site-packages/miditoolkit/__init__.py", line 7, in <module>
    from .pianoroll import *
  File "/home/user/.local/lib/python3.8/site-packages/miditoolkit/pianoroll/__init__.py", line 1, in <module>
    from .parser import *
  File "/home/user/.local/lib/python3.8/site-packages/miditoolkit/pianoroll/parser.py", line 3, in <module>
    from scipy.sparse import csc_matrix
ModuleNotFoundError: No module named 'scipy'