-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Is there a way to see the display within openshift jupyter-notebook the pod? #75333
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
When using an openshift container, I would like to create a new project in ocp, create a pod image, and inquire about DISPALY visible in jupyter-notebook within the pod.
When looking at the progress as shown below, it says that "unable to open display":1" " cannot be used when running xhost.
Is it not possible to use display when using jupyter-notebook in an ocp container? Is there any way to take action?
#> echo $DISPLAY
:One
#> xhost
xhost: unable to open display ":1"
I am inquiring because I am using opencv in the project and xhost needs to be "enabled".
Kernel Restarting
The Kernel for Untitled.ipynb appears to have died. it will restart automatically.
=========================================================
qt.qpa.xcb : could not connect to display :1
qt.qpa.plugin : could not load the Qt playform plugin "xcb" in "/opt/conda/lib/python3.10/site-packages/cv2/qt/plugins" even though it was found.
This application failed to start because no Qt platform plugin could be initialized, reinstalling the application may fix this problem.
========================================================
I am inquiring because the above error occurs because xhost is unable to display. This is something that works well on the server before creating the image.
Since this is a part of the container that should not be imported, I would like to ask if there is anything that needs to be added to “deployment”.
I'm really sorry to bother you, but please reply.
The text was updated successfully, but these errors were encountered: