Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
d77a99c9
"...resnet50_tensorflow.git" did not exist on "34a93745259ca40db718763a85ad38fc8ee433e5"
Commit
d77a99c9
authored
Dec 25, 2018
by
Shinai Yang (FA TALENT)
Browse files
fix remote bug
parent
36dbc0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nni_manager/rest_server/restValidationSchemas.ts
src/nni_manager/rest_server/restValidationSchemas.ts
+1
-1
No files found.
src/nni_manager/rest_server/restValidationSchemas.ts
View file @
d77a99c9
...
...
@@ -28,7 +28,7 @@ export namespace ValidationSchemas {
username
:
joi
.
string
().
required
(),
ip
:
joi
.
string
().
ip
().
required
(),
port
:
joi
.
number
().
min
(
1
).
max
(
65535
).
required
(),
passwd
:
joi
.
string
()
.
required
()
,
passwd
:
joi
.
string
(),
sshKeyPath
:
joi
.
string
(),
passphrase
:
joi
.
string
()
})),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment