Fix misc tensorboard default image issue

This commit is contained in:
Fred Park 2017-05-02 13:16:57 -07:00
Родитель ad423c0e3d
Коммит 2e62f12729
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- TensorFlow image not being set if no suitable image is found for
`misc tensorboard` command
## [2.6.1] - 2017-05-01
### Added
- `misc tensorboard` command added which automatically instantiates a

Просмотреть файл

@ -172,6 +172,7 @@ def tunnel_tensorboard(batch_client, config, jobid, taskid, logdir, image):
logger.warning(
'no pre-loaded tensorflow Docker image detected on pool, '
'using: {}'.format(tb[0]))
image = tb[0]
# get node remote login settings
rls = batch_client.compute_node.get_remote_login_settings(
pool.id, task.node_info.node_id)