From d2b3f1c4e0ef477698396eb42210a12c863c87fc Mon Sep 17 00:00:00 2001 From: Yakov Goldberg Date: Thu, 29 May 2025 12:17:01 -0700 Subject: [PATCH 1/3] break pmml env --- public_dropin_environments/python3_pmml/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/public_dropin_environments/python3_pmml/Dockerfile b/public_dropin_environments/python3_pmml/Dockerfile index 19d2d2aaf..36f3d9734 100644 --- a/public_dropin_environments/python3_pmml/Dockerfile +++ b/public_dropin_environments/python3_pmml/Dockerfile @@ -53,7 +53,6 @@ RUN sh -c "python -m venv ${VIRTUAL_ENV} && \ . ${VIRTUAL_ENV}/bin/activate && \ python -m ensurepip --default-pip && \ python -m pip install --upgrade pip && \ - python -m pip install --no-cache-dir -r requirements.txt && \ find ${VIRTUAL_ENV} -type d -name '__pycache__' -exec rm -rf {} +" ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk From 46a4fbb5c20255497ccd7016fc4722dd41072d38 Mon Sep 17 00:00:00 2001 From: Yakov Goldberg Date: Thu, 29 May 2025 12:17:34 -0700 Subject: [PATCH 2/3] disable tests --- tests/functional/test_per_framework.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/functional/test_per_framework.json b/tests/functional/test_per_framework.json index beff7668a..cb8303313 100644 --- a/tests/functional/test_per_framework.json +++ b/tests/functional/test_per_framework.json @@ -1,14 +1,6 @@ { "environments" : [ {"env_folder": "public_dropin_environments", "framework": "java_codegen", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "python3_keras", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "python3_onnx", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "python3_pmml", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "python3_pytorch", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "python3_sklearn", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "python3_xgboost", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "python311", "with_local": true}, - {"env_folder": "public_dropin_environments", "framework": "r_lang", "with_local": true}, - {"env_folder": "public_dropin_gpu_environments", "framework": "vllm"} + {"env_folder": "public_dropin_environments", "framework": "python3_pmml", "with_local": true} ] } \ No newline at end of file From d43e33affb520035640043283c897f902934f9d0 Mon Sep 17 00:00:00 2001 From: svc-harness-git2 Date: Thu, 10 Jul 2025 23:38:49 +0000 Subject: [PATCH 3/3] Reconcile dependencies, updated IDs, tags --- public_dropin_environments/python3_pmml/env_info.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public_dropin_environments/python3_pmml/env_info.json b/public_dropin_environments/python3_pmml/env_info.json index e14a00dfb..0269a4a10 100644 --- a/public_dropin_environments/python3_pmml/env_info.json +++ b/public_dropin_environments/python3_pmml/env_info.json @@ -4,7 +4,7 @@ "description": "This template environment can be used to create artifact-only PMML custom models. This environment contains PyPMML and only requires your model artifact as a .pmml file and optionally a custom.py file.", "programmingLanguage": "python", "label": "", - "environmentVersionId": "686676fdd3ef391026c9f198", + "environmentVersionId": "68704efc23d0350fa544874b", "environmentVersionDescription": "", "isPublic": true, "isDownloadable": true, @@ -14,8 +14,8 @@ "contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_pmml", "imageRepository": "env-python-pmml", "tags": [ - "v11.2.0-686676fdd3ef391026c9f198", - "686676fdd3ef391026c9f198", - "v11.2.0-latest" + "vyakov/test-for-harness-68704efc23d0350fa544874b", + "68704efc23d0350fa544874b", + "vyakov/test-for-harness-latest" ] }