Skip to content

Commit 34204c0

Browse files
svc-harness-git2GenAI Git Bot
andauthored
[-] Autobump env_info version IDs (#1690)
This is an execution environment version ID auto bump to trigger automated image rebuilds for rebase on the latest base image builds. [Execution:Custom_Models/execution_environment_installer/EE_Chart_Bump_All_Environment_Versions/90ANKn_wTsG5ctiiDMAKLw](https://app.harness.io/ng/account/oP3BKzKwSDe_4hCFYw_UWA/module/ci/orgs/Custom_Models/projects/execution_environment_installer/pipelines/EE_Chart_Bump_All_Environment_Versions/executions/90ANKn_wTsG5ctiiDMAKLw) Co-authored-by: GenAI Git Bot <genai-systems-devs@datarobot.com>
1 parent bab9944 commit 34204c0

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

public_dropin_environments/java_codegen/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
55
"programmingLanguage": "java",
66
"label": "",
7-
"environmentVersionId": "68ddb0110017eb7db3001998",
7+
"environmentVersionId": "68e3bdab0001b95872004bd0",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/java_codegen",
1515
"imageRepository": "env-java-codegen",
1616
"tags": [
17-
"v11.2.0-68ddb0110017eb7db3001998",
18-
"68ddb0110017eb7db3001998",
17+
"v11.2.0-68e3bdab0001b95872004bd0",
18+
"68e3bdab0001b95872004bd0",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python311/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create Python based custom models. User is responsible to provide requirements.txt with the model, to install all the required dependencies.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "67a554bbfbef4b4ce2ab6700",
7+
"environmentVersionId": "68e3bdab007b737254004989",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311",
1515
"imageRepository": "env-python",
1616
"tags": [
17-
"v11.2.0-67a554bbfbef4b4ce2ab6700",
18-
"67a554bbfbef4b4ce2ab6700",
17+
"v11.2.0-68e3bdab007b737254004989",
18+
"68e3bdab007b737254004989",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create GenAI-powered agents using CrewAI, LangGraph, or Llama-Index. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file. You can also use this environment in codespaces.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68e0264920000e2244c2801a",
7+
"environmentVersionId": "68e3bdab002ad813dd007e15",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -15,8 +15,8 @@
1515
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311_genai_agents",
1616
"imageRepository": "env-python-genai-agents",
1717
"tags": [
18-
"v11.2.0-68e0264920000e2244c2801a",
19-
"68e0264920000e2244c2801a",
18+
"v11.2.0-68e3bdab002ad813dd007e15",
19+
"68e3bdab002ad813dd007e15",
2020
"v11.2.0-latest"
2121
]
2222
}

public_dropin_environments/python3_keras/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68ddb0110047636a98000cc1",
7+
"environmentVersionId": "68e3bdab00153a1176005098",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_keras",
1515
"imageRepository": "env-python-keras",
1616
"tags": [
17-
"v11.2.0-68ddb0110047636a98000cc1",
18-
"68ddb0110047636a98000cc1",
17+
"v11.2.0-68e3bdab00153a1176005098",
18+
"68e3bdab00153a1176005098",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_onnx/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only ONNX custom models. This environment contains ONNX runtime and only requires your model artifact as an .onnx file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68ddb011006ecc04700077ae",
7+
"environmentVersionId": "68e3bdab002dc83cae0044d9",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_onnx",
1515
"imageRepository": "env-python-onnx",
1616
"tags": [
17-
"v11.2.0-68ddb011006ecc04700077ae",
18-
"68ddb011006ecc04700077ae",
17+
"v11.2.0-68e3bdab002dc83cae0044d9",
18+
"68e3bdab002dc83cae0044d9",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_pytorch/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only PyTorch custom models. This environment contains PyTorch and requires only your model artifact as a .pth file, any other code needed to deserialize your model, and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68ddb01100443a6809004ca6",
7+
"environmentVersionId": "68e3bdab0015cd325a006d66",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_pytorch",
1515
"imageRepository": "env-python-pytorch",
1616
"tags": [
17-
"v11.2.0-68ddb01100443a6809004ca6",
18-
"68ddb01100443a6809004ca6",
17+
"v11.2.0-68e3bdab0015cd325a006d66",
18+
"68e3bdab0015cd325a006d66",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_sklearn/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only scikit-learn custom models. This environment contains scikit-learn and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68ddb01100406c0f51006251",
7+
"environmentVersionId": "68e3bdab00787f312c0040b2",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_sklearn",
1515
"imageRepository": "env-python-sklearn",
1616
"tags": [
17-
"v11.2.0-68ddb01100406c0f51006251",
18-
"68ddb01100406c0f51006251",
17+
"v11.2.0-68e3bdab00787f312c0040b2",
18+
"68e3bdab00787f312c0040b2",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_xgboost/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only xgboost custom models. This environment contains xgboost and only requires your model artifact as a .pkl file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68ddb011002ee5368600747a",
7+
"environmentVersionId": "68e3bdab0009700642006093",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_xgboost",
1515
"imageRepository": "env-python-xgboost",
1616
"tags": [
17-
"v11.2.0-68ddb011002ee5368600747a",
18-
"68ddb011002ee5368600747a",
17+
"v11.2.0-68e3bdab0009700642006093",
18+
"68e3bdab0009700642006093",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/r_lang/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only R custom models that use the caret library. Your custom model archive need only contain your model artifacts if you use the environment correctly.",
55
"programmingLanguage": "r",
66
"label": "",
7-
"environmentVersionId": "68ddb0110067de351f0046f5",
7+
"environmentVersionId": "68e3bdac00467720cb0051db",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/r_lang",
1515
"imageRepository": "env-r-lang",
1616
"tags": [
17-
"v11.2.0-68ddb0110067de351f0046f5",
18-
"68ddb0110067de351f0046f5",
17+
"v11.2.0-68e3bdac00467720cb0051db",
18+
"68e3bdac00467720cb0051db",
1919
"v11.2.0-latest"
2020
]
2121
}

0 commit comments

Comments
 (0)