When using interfaces like infiniband it's often the case that one can't get the dashboard to show up. This is because the bokeh server is expecting to be called by its IP address on the infiniband network, not the normal network.
One solution to this would be to provide services={('bokeh', ('', 8787)): BokehScheduler} to LocalCluster.
When using interfaces like infiniband it's often the case that one can't get the dashboard to show up. This is because the bokeh server is expecting to be called by its IP address on the infiniband network, not the normal network.
One solution to this would be to provide
services={('bokeh', ('', 8787)): BokehScheduler}to LocalCluster.