JuliaAI / MLFlowClient.jl

Julia client for MLFlow.
https://juliaai.github.io/MLFlowClient.jl/
MIT License
46 stars 9 forks source link

Added dev. container #38

Closed stemann closed 5 months ago

stemann commented 8 months ago

Contributes to #31 - notably by changing default URI to be ENV["MLFLOW_URI"] instead of http://localhost:5000

stemann commented 5 months ago

Updated wrt. v0.4.6

pebeto commented 5 months ago

Hi.

By the addition of .devcontainer, you are configuring a Github Codespace. Please expand about the usage, because we need to understand your modifications.

The MLFLOW_URI doesn't need to be applied as a default value in MLFlow construct. It was just applied to the test.

stemann commented 5 months ago

The dev. container was primarily intended for running locally (on any platform) - it enables VS Code (and other editors?) to open a dev. env. - in this case with a running MLFlow instance - ready for running tests.

stemann commented 5 months ago

@pebeto Awaiting approval for tests to run.