Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion public_dropin_environments/python3_pmml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions public_dropin_environments/python3_pmml/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
]
}
10 changes: 1 addition & 9 deletions tests/functional/test_per_framework.json
Original file line number Diff line number Diff line change
@@ -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}
]
}