Skip to content

Commit

Permalink
Move kube_shell into dvactl with defaults.
Browse files Browse the repository at this point in the history
Soon: Export trained approximators. FAISS K-NN graph.

Next:

- Implement pre-condition checks, failed to launch error
messages for processes. Rollback created models on failure to launch.

- Implement clustering.

- Implement location net, fine-tuning / training face recognition models
  • Loading branch information
akshay bhat committed Jun 9, 2018
1 parent 17ae723 commit 8234f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def get_auth():
def handle_kube_operations(args):
if args.action == 'create':
create_cluster()
if args.action == 'shell':
elif args.action == 'shell':
shell(args.container,args.pod)
elif args.action == 'auth':
get_auth()
Expand Down

0 comments on commit 8234f35

Please sign in to comment.