runtime error
Exit code: 1. Reason: n your machine, GPU will not be used. 2024-09-15 20:32:58.373899: I tensorflow/core/platform/cpu_feature_guard.cc:182] 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. 2024-09-15 20:32:59.125408: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2024-09-15 20:33:00.580 [33m[1mWarning:[0m to view this Streamlit app on a browser, run it with the following command: streamlit run app.py [ARGUMENTS] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/streamlit/elements/image.py", line 361, in image_to_url with open(image, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: 'icons/BTC-USD.png' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 29, in <module> st.image('icons/'+ ticker +'.png', width=75) File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/metrics_util.py", line 356, in wrapped_func result = non_optional_func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/streamlit/elements/image.py", line 169, in image marshall_images( File "/usr/local/lib/python3.10/site-packages/streamlit/elements/image.py", line 536, in marshall_images proto_img.url = image_to_url( File "/usr/local/lib/python3.10/site-packages/streamlit/elements/image.py", line 371, in image_to_url url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id) File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/__init__.py", line 29, in get_instance return Runtime.instance() File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/runtime.py", line 147, in instance raise RuntimeError("Runtime hasn't been created!") RuntimeError: Runtime hasn't been created!
Container logs:
Fetching error logs...