This commit is contained in:
Tarun Chevula (CSI INTERFUSION INC) 2024-11-07 16:38:51 +05:30
Родитель f66eb9bdb2
Коммит 85aab571d9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.