Skip to content

Commit

Permalink
Solve a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nailixing committed May 17, 2020
1 parent d0f4e10 commit 56fba44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singa_auto/admin/services_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ def _create_service(self,
environment_vars={},
args=[],
container_port=None,
gpus=0):
gpus=0,
inferenceAppName=None):

# Create service in DB
container_manager_type = type(self._container_manager).__name__
Expand Down

0 comments on commit 56fba44

Please sign in to comment.