Commit 58bf7b3
authored
Ensure docker args are passed for CPU pods too (#470)
This fixes a bug where calls to create CPU-only pods didn't pass the given docker args down to the GraphQL mutation. This variable is supported by both mutations, but the python argument was only being passed to the mutation in the GPU-pod case.1 parent 0f4f022 commit 58bf7b3
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments