Skip to content

Commit

Permalink
Change default mpijob image from mlrun/mpijob to mlrun/ml-models (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Aug 13, 2020
1 parent 5a94236 commit 6ad195e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlrun/runtimes/mpijob/v1.py
Expand Up @@ -32,7 +32,7 @@ class MpiRuntimeV1(AbstractMPIJobRuntime):
'spec': {
'containers': [
{
'image': 'mlrun/mpijob',
'image': 'mlrun/ml-models',
'name': 'base',
'command': [],
'env': [],
Expand Down
2 changes: 1 addition & 1 deletion mlrun/runtimes/mpijob/v1alpha1.py
Expand Up @@ -38,7 +38,7 @@ class MpiRuntimeV1Alpha1(AbstractMPIJobRuntime):
'spec': {
'containers': [
{
'image': 'mlrun/mpijob',
'image': 'mlrun/ml-models',
'name': 'base',
'command': [],
'env': [],
Expand Down

0 comments on commit 6ad195e

Please sign in to comment.