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
Thanks for sharing the code
I am running the container on a remote host and I want to display the window of glxspheres64
with virtualgl on GPUs.
I start the docker container with:
nvidia-docker run -d -p 8888:8888 -v /home/$USER/work/work1:/home/jovyan -e JUPYTER_ENABLE_LAB=yes nvaitc/ai-lab:19.09-vnc
And I start the vnc desktop and run the following command:
/opt/Turbovnc/bin/vncserver :5
vglrun -d :5.0 ./glxspheres64
But the result shown in the figure illustrates that opengl renderer is llvmpipe, not GPUs.
How can I render with GPUs and display the window.
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for sharing the code
I am running the container on a remote host and I want to display the window of glxspheres64
with virtualgl on GPUs.
I start the docker container with:
nvidia-docker run -d -p 8888:8888 -v /home/$USER/work/work1:/home/jovyan -e JUPYTER_ENABLE_LAB=yes nvaitc/ai-lab:19.09-vnc
And I start the vnc desktop and run the following command:
/opt/Turbovnc/bin/vncserver :5
vglrun -d :5.0 ./glxspheres64
But the result shown in the figure illustrates that opengl renderer is llvmpipe, not GPUs.
How can I render with GPUs and display the window.
Thank you.
The text was updated successfully, but these errors were encountered: