Skip to content

Commit ccff439

Browse files
[YOLO] add imageRepository field to env_info.json (#1422)
1 parent 616320e commit ccff439

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

public_dropin_environments/python3_sklearn/env_info.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"name": "[DataRobot] Python 3.11 Scikit-Learn Drop-In",
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",
6-
"environmentVersionId": "680a835568a555e652af1f98",
6+
"environmentVersionId": "681e9fa4127c4e008c001f56",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-python-sklearn"
1112
}

public_dropin_environments/python3_xgboost/env_info.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"name": "[DataRobot] Python 3.11 XGBoost Drop-In",
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",
6-
"environmentVersionId": "680a835568a555e652af1f9c",
6+
"environmentVersionId": "681e9fb6127c4e00a1ff72b1",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-python-xgboost"
1112
}

0 commit comments

Comments
 (0)