Fix misc tensorboard default image issue
This commit is contained in:
Родитель
ad423c0e3d
Коммит
2e62f12729
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- TensorFlow image not being set if no suitable image is found for
|
||||||
|
`misc tensorboard` command
|
||||||
|
|
||||||
## [2.6.1] - 2017-05-01
|
## [2.6.1] - 2017-05-01
|
||||||
### Added
|
### Added
|
||||||
- `misc tensorboard` command added which automatically instantiates a
|
- `misc tensorboard` command added which automatically instantiates a
|
||||||
|
|
|
@ -172,6 +172,7 @@ def tunnel_tensorboard(batch_client, config, jobid, taskid, logdir, image):
|
||||||
logger.warning(
|
logger.warning(
|
||||||
'no pre-loaded tensorflow Docker image detected on pool, '
|
'no pre-loaded tensorflow Docker image detected on pool, '
|
||||||
'using: {}'.format(tb[0]))
|
'using: {}'.format(tb[0]))
|
||||||
|
image = tb[0]
|
||||||
# get node remote login settings
|
# get node remote login settings
|
||||||
rls = batch_client.compute_node.get_remote_login_settings(
|
rls = batch_client.compute_node.get_remote_login_settings(
|
||||||
pool.id, task.node_info.node_id)
|
pool.id, task.node_info.node_id)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче