From 85aab571d9fd01e25f29866ee20a6fc6da72fe7f Mon Sep 17 00:00:00 2001 From: "Tarun Chevula (CSI INTERFUSION INC)" Date: Thu, 7 Nov 2024 16:38:51 +0530 Subject: [PATCH] Updated Dockerfile --- .../mlflow-ubuntu22.04-py312-cpu-inference/context/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/inference/environments/mlflow-ubuntu22.04-py312-cpu-inference/context/Dockerfile b/assets/inference/environments/mlflow-ubuntu22.04-py312-cpu-inference/context/Dockerfile index 581f015bf5..eefd7db542 100644 --- a/assets/inference/environments/mlflow-ubuntu22.04-py312-cpu-inference/context/Dockerfile +++ b/assets/inference/environments/mlflow-ubuntu22.04-py312-cpu-inference/context/Dockerfile @@ -13,8 +13,8 @@ ENV AML_APP_ROOT="/var/mlflow_resources" ENV AZUREML_ENTRY_SCRIPT="mlflow_score_script.py" USER root -# Copying of mlmonitoring will add once testing is completed. -# COPY mlmonitoring /var/mlflow_resources/mlmonitoring + +COPY mlmonitoring /var/mlflow_resources/mlmonitoring # We'll copy the HF scripts as well to enable better handling for v2 packaging. This will not require changes to the # packages installed in the image, as the expectation is that these will all be brought along with the model.