Skip to content

Commit

Permalink
ngc command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Dec 19, 2023
1 parent 89918fa commit b21138d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autotrain/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def create(self):
"envs": [{"name": key, "value": value} for key, value in self.env_vars.items()],
"jobOrder": 50,
"jobPriority": "NORMAL",
"portMappings": [{"containerPort": 7860, "protocol": "HTTPS"}],
"resultContainerMountPoint": "/results",
"runPolicy": {"preemptClass": "RUNONCE", "totalRuntimeSeconds": 259200},
}
Expand Down

0 comments on commit b21138d

Please sign in to comment.