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

Created image not used and updated within ml.azure.com #385

Open
Katzmann1983 opened this issue Nov 22, 2021 · 2 comments
Open

Created image not used and updated within ml.azure.com #385

Katzmann1983 opened this issue Nov 22, 2021 · 2 comments

Comments

@Katzmann1983
Copy link
Contributor

Hello,

since about two weeks, we are trying to use our own custom image within this framework. We therefore updated the
.pipelines/diabetes_regression-ci.yml
but found out, that it does not influence the environment which is being used within ml.azure.com at all.
Next we updated
MLOpsPython/environment_setup/Dockerfile
diabetes_regression/ci_dependencies.yml
and noticed that the environment setup is only done once upon setup of the whole environment.

Is there a possibility to always use a new image created within the CI step? It seems kind of strange that within the CI step no image is produced.

@lokijota
Copy link
Contributor

Can you check this issue and verify if the solution helps? #382

@Katzmann1983
Copy link
Contributor Author

Thanks @lokijota

We are actually using the environment from a Docker image. We therefore changed the environment to load a Docker image (including Parent image, username and password) within the UI. It is working nicely and also seems to automatically detect if the underlying Docker image has changed. On the other hand we were unable to setup a Docker connection correctly within the manage_environemnt.py to load a Docker image from an external repository.

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

No branches or pull requests

2 participants