-
Notifications
You must be signed in to change notification settings - Fork 144
I am building a image and pushing it to the docker registry. An error occurred. #537
Comments
Issue Label Bot is not confident enough to auto-label this issue. |
which file? Are you running in the container? or Docker is not login? |
@jinchihe I can't see what file is missing. |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
@jinchihe Do you mean that jupyter notebook cannot run fairing when running in a container? |
@Morride If you are running in container, you should use |
同样遇到这个问题,如 @jinchihe 所说,这是因为容器中的jupyter不能直接使用config+pvc的方式构建,需要使用cluster模式。 代码参考:
|
@xinghalo That's great! Would you please update the E2E example to add the I think we can add comments in the example, such as
|
您好,endpoint_url,minio_secret,minio_secret_key,region_name 这些值如何获得? |
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
I executed the following code
see the error
What did you expect to happen:
This error looks like a directory or file is missing, but I cannot tell from this error what directory or file I am missing. So I cannot locate and solve the problem.Maybe it’s a problem with my previous settings?
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
This is my configuration above and I manually created pv and pvc.
Environment:
python -c "import kubeflow.fairing; print(kubeflow.fairing.__version__)"
):kubectl version
):/etc/os-release
):NOTE: If you are using fair from master, please provide us the git commit hash.
The text was updated successfully, but these errors were encountered: