linux gpu problem

When using GPU in Linxu by ssh to remote server(which supports GPU), I got an error like
引用

TclError: no display name and no $DISPLAY environment variable


Solution:
run ssh command as
引用

ssh -X username@server_ip

Quited from "man ssh"
引用

-X      Enables X11 forwarding.  This can also be specified on a per-host basis in a configuration file

猜你喜欢

转载自j4s0nh4ck.iteye.com/blog/2234401
GPU