Skip to content

Commit d451bc6

Browse files
[YOLO] add image repository name into env-info.json (#1427)
1 parent b920a77 commit d451bc6

File tree

16 files changed

+34
-24
lines changed

16 files changed

+34
-24
lines changed

public_dropin_environments/java_codegen/env_info.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"name": "[DataRobot] Java Drop-In (DR Codegen, H2O)",
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",
6-
"environmentVersionId": "680a83e459b755002c11c3ce",
6+
"environmentVersionId": "682230f4e0b3830fc5dd3331",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-java-codegen"
1112
}

public_dropin_environments/java_codegen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in

public_dropin_environments/python311/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 Drop-In",
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",
6-
"environmentVersionId": "680a835568a555e652af1f9e",
6+
"environmentVersionId": "682230fee0b3830fdf7bfa3e",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-python"
1112
}

public_dropin_environments/python311/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in

public_dropin_environments/python311_genai/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 GenAI",
44
"description": "This template environment can be used to create GenAI-powered custom models and includes common dependencies for workflows using OpenAI, Langchain, vector DBs, or transformers in PyTorch. 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.",
55
"programmingLanguage": "python",
6-
"environmentVersionId": "680a8b5627bf0f002cb3c84e",
6+
"environmentVersionId": "68223189e0b383104a355f62",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-python-genai"
1112
}

public_dropin_environments/python311_genai/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in
@@ -15,6 +15,7 @@ aiosignal==1.3.2
1515
annotated-types==0.7.0
1616
anyio==4.8.0
1717
argcomplete==3.5.3
18+
async-timeout==4.0.3
1819
attrs==25.1.0
1920
aws-request-signer==1.2.0
2021
azure-core==1.32.0
@@ -41,6 +42,7 @@ deprecated==1.2.18
4142
dirtyjson==1.0.8
4243
distro==1.9.0
4344
docker==7.1.0
45+
exceptiongroup==1.3.0
4446
faiss-cpu==1.10.0
4547
filechunkio==1.8
4648
filelock==3.17.0

public_dropin_environments/python3_keras/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 Keras Drop-In",
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",
6-
"environmentVersionId": "680a835568a555e652af1fa0",
6+
"environmentVersionId": "6822319ee0b38310722f5471",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-python-keras"
1112
}

public_dropin_environments/python3_keras/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in

public_dropin_environments/python3_onnx/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 ONNX Drop-In",
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",
6-
"environmentVersionId": "680aa101f381f9002d7cf0be",
6+
"environmentVersionId": "682231a9e0b383108921728b",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-python-onnx"
1112
}

public_dropin_environments/python3_onnx/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in

0 commit comments

Comments
 (0)