You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the space build failed, and can't see the information in the logs of container on the website panel. is there any way to logs it on docker container using command-line terminal?
@kmfb Have you checked the error logs of service space_builder?
I changed the way of deployment from docker to helm chart. It also showed deployment failed on the page of space. How can I debug this situation in helm chart? Since I see the build was successful.
the output of build is below.
{"aux
786: ":{"ID":"sha256:4570d78d49740b8953a71b492be5a6f2fc5b3855d64b1f180ce0879d9d021d3a"}}
{"stream":"Successfully built 4570d78d4974\n"}
{"stream":"Successfully tagged registry.csghub-test.com:30080/csghub/root_test2:2\n"}
First, looks like space build success by logs. Check csghub server log and runner log to look if there is error for deploy service.
BTW, make sure redis service is ready.
the space build failed, and can't see the information in the logs of container on the website panel. is there any way to logs it on docker container using command-line terminal?
the content of app.py is below:
`import gradio as gr
def greet(name):
return "Hello " + name + "!!"
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
iface.launch()`
The text was updated successfully, but these errors were encountered: