runtime error

Exit code: 3. Reason: ; } img { width: 6rem; height: 6rem; margin: 7rem 1rem 1rem; } h1 { font-size: 3.75rem; line-height: 1; color: rgba(31, 41, 55, 1); font-weight: 700; box-sizing: border-box; margin: 0 auto; } p { color: rgba(107, 114, 128, 1); font-size: 1.125rem; line-height: 1.75rem; max-width: 28rem; box-sizing: border-box; margin: 0 auto; } .dark main { background-color: rgb(11, 15, 25); } .dark h1 { color: rgb(209, 213, 219); } .dark p { color: rgb(156, 163, 175); } </style> <script> // On page load or when changing themes, best to add inline in `head` to avoid FOUC const key = "_tb_global_settings"; let theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; try { const storageTheme = JSON.parse(window.localStorage.getItem(key)).theme; if (storageTheme) { theme = storageTheme === "dark" ? "dark" : "light"; } } catch (e) { } if (theme === "dark") { document.documentElement.classList.add("dark"); } else { document.documentElement.classList.remove("dark"); } </script> </head> <body> <main> <img src="https://huggingface.co/front/assets/huggingface_logo.svg" alt="" /> <div> <h1>404</h1> <p>Sorry, we can’t find the page you are looking for.</p> </div> </main> </body> </html> ' [2026-05-05 13:00:52 +0000] [8] [INFO] Worker exiting (pid: 8) [2026-05-05 13:00:52 +0000] [7] [ERROR] Worker (pid:8) exited with code 3 [2026-05-05 13:00:52 +0000] [7] [ERROR] Shutting down: Master [2026-05-05 13:00:52 +0000] [7] [ERROR] Reason: Worker failed to boot.

Container logs:

Fetching error logs...