Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the space build failed, and can't see the information in the logs of container on the website. #983

Open
kmfb opened this issue Feb 28, 2025 · 4 comments
Labels
enhancement New feature or request

Comments

@kmfb
Copy link

kmfb commented Feb 28, 2025

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()`

@Rader
Copy link
Collaborator

Rader commented Feb 28, 2025

@kmfb currently,login to space docker container is not supported. But it's in our roadmap.

@Rader Rader added the enhancement New feature or request label Feb 28, 2025
@Rader
Copy link
Collaborator

Rader commented Feb 28, 2025

@kmfb Have you checked the error logs of service space_builder

@kmfb
Copy link
Author

kmfb commented Mar 3, 2025

@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"}

@SeanHH86
Copy link
Contributor

SeanHH86 commented Mar 4, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants