Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --host option to Cli.py #401

Merged
merged 1 commit into from Aug 29, 2018
Merged

add --host option to Cli.py #401

merged 1 commit into from Aug 29, 2018

Conversation

hamroune
Copy link
Contributor

@hamroune hamroune commented Aug 29, 2018

add --host option to "pyfunc serve", in order to pass other bind adress than 127.0.0.1 (e.g 0.0.0.0, or IP adress etc...), just like the "Server" options ( -p myport -h myhost)

add --host option to pass other bind adress than 127.0.0.1
@codecov-io
Copy link

Codecov Report

Merging #401 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
- Coverage   27.53%   27.52%   -0.01%     
==========================================
  Files         118      118              
  Lines        6066     6067       +1     
==========================================
  Hits         1670     1670              
- Misses       4396     4397       +1
Impacted Files Coverage Δ
mlflow/pyfunc/cli.py 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 643ab70...6dec570. Read the comment docs.

@aarondav
Copy link
Contributor

LGTM, thanks for the contribution!

@aarondav aarondav merged commit 5ae59fe into mlflow:master Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants