Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 098e871

Browse files
Louis DelossantosBartoszCki
authored andcommitted
add customMetrics
1 parent 212be9a commit 098e871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def main():
7777
'project', 'projectId', 'command', 'workspace', 'dataset', 'registryUsername',
7878
'registryPassword', 'workspaceUsername', 'workspacePassword', 'cluster', 'clusterId',
7979
'ports', 'isPreemptible', 'useDockerfile', 'buildOnly', 'registryTarget',
80-
'registryTargetUsername', 'registryTargetPassword', 'relDockerfilePath']:
80+
'registryTargetUsername', 'registryTargetPassword', 'relDockerfilePath', 'customMetrics']:
8181
if args and not args[0].startswith('--'):
8282
params[param] = args.pop(0)
8383
else:

0 commit comments

Comments
 (0)