diff --git a/public_dropin_environments/python3_pmml/Dockerfile b/public_dropin_environments/python3_pmml/Dockerfile index 74022b9b9..19b538cf5 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 diff --git a/public_dropin_environments/python3_pmml/env_info.json b/public_dropin_environments/python3_pmml/env_info.json index 74e2c4e12..019405bd4 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": "68360473f8c4a3107dab5a52", + "environmentVersionId": "6838b33d85198d0fef9ee6e3", "environmentVersionDescription": "", "isPublic": true, "useCases": [ @@ -12,8 +12,8 @@ ], "imageRepository": "env-python-pmml", "tags": [ - "v11.1.0-68360473f8c4a3107dab5a52", - "68360473f8c4a3107dab5a52", - "v11.1.0-latest" + "vyakov/test-for-harness-6838b33d85198d0fef9ee6e3", + "6838b33d85198d0fef9ee6e3", + "vyakov/test-for-harness-latest" ] } diff --git a/tests/functional/test_per_framework.json b/tests/functional/test_per_framework.json index 8c562ca09..cb8303313 100644 --- a/tests/functional/test_per_framework.json +++ b/tests/functional/test_per_framework.json @@ -1,15 +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": "python311_genai", "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