runtime error

Space failed to start. Exit code: 1

Container logs:

qsbvm 2023-03-16T14:36:39.295Z 2023-03-16 15:36:39.293729: 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
qsbvm 2023-03-16T14:36:39.295Z To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
qsbvm 2023-03-16T14:36:39.510Z 2023-03-16 15:36:39.510340: I tensorflow/core/util/port.cc:104] 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`.
qsbvm 2023-03-16T14:36:40.781Z 2023-03-16 15:36:40.781836: W tensorflow/compiler/xla/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; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64
qsbvm 2023-03-16T14:36:40.782Z 2023-03-16 15:36:40.781963: W tensorflow/compiler/xla/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; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64
qsbvm 2023-03-16T14:36:40.782Z 2023-03-16 15:36:40.781976: 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.
qsbvm 2023-03-16T14:36:41.514Z Traceback (most recent call last):
qsbvm 2023-03-16T14:36:41.514Z   File "app.py", line 9, in <module>
qsbvm 2023-03-16T14:36:41.514Z     from taming.models import vqgan 
qsbvm 2023-03-16T14:36:41.514Z   File "/home/user/app/src/taming-transformers/taming/models/vqgan.py", line 5, in <module>
qsbvm 2023-03-16T14:36:41.514Z     from main import instantiate_from_config
qsbvm 2023-03-16T14:36:41.514Z   File "/home/user/app/src/taming-transformers/main.py", line 14, in <module>
qsbvm 2023-03-16T14:36:41.514Z     from taming.data.utils import custom_collate
qsbvm 2023-03-16T14:36:41.514Z   File "/home/user/app/src/taming-transformers/taming/data/utils.py", line 11, in <module>
qsbvm 2023-03-16T14:36:41.514Z     from torch._six import string_classes
qsbvm 2023-03-16T14:36:41.514Z ModuleNotFoundError: No module named 'torch._six'