An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)
3.86k
stars
818
forks
source link
"no display name and no $DISPLAY environment variable" Ubuntu 16.04 #14
Closed
andmib closed 8 years ago
Hey,
I'm running Docker in Ubuntu 16.04. I built our GPU-based container. When I run it with:
and then run any Tensor flow commands in iPython or Jupyter Notebook, for example:
I get the error:
TclError: no display name and no $DISPLAY environment variable
I've tried passing the container
-e DISPLAY=$DISPLAY
, but it says it can't find:0
.Any suggestions?