Skip to content

create_scoring_image.py should use scoring/inference_config.yml #279

Open
@epa095

Description

@epa095

When creating e.g. the ACI deploy, we pass the parameters inferencePath which points to $(Build.SourcesDirectory)/$(SOURCES_DIR_TRAIN)/scoring/inference_config.yml. This file contains parameters for the inference config. On the other hand, if one enables the "deploy to azure web app", then the docker image is made by the file ml_service/util/create_scoring_image.py, which does not read (or gets passed variables from) inference_config.yml. It would be better if one could define these variable only once (in inference_config.yml). In our case we needed to customize the "sources directory", which at the moment forces us to change the script create_scoring_image.py

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions