Skip to content

Commit 2da0de1

Browse files
[YOLO] add imageRepository to env_info.json (#1448)
1 parent af8c341 commit 2da0de1

File tree

16 files changed

+33
-17
lines changed

16 files changed

+33
-17
lines changed

example_dropin_environments/julia_mlj/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"description": "This template environment can be used to create artifact-only Julia MLJ custom models. This environment contains Julia and a number of models accessilbe via MLJ interfaces and only requires your model artifact as a .jlso file and optionally a custom.jl file.",
55
"programmingLanguage": "julia",
66
"environmentVersionId": "6414e15944441e7521c374d2",
7-
"isPublic": true
7+
"isPublic": true,
8+
"imageRepository": "env-example-julia"
89
}

example_dropin_environments/python311_genai-gpu/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
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. This environment is created to run on machines with GPU support. 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",
66
"environmentVersionId": "67a0cbe1acd22608cc9683a3",
7-
"isPublic": true
7+
"isPublic": true,
8+
"imageRepository": "env-example-python311-genai-gpu"
89
}

example_dropin_environments/python39_genai/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
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",
66
"environmentVersionId": "6603158d99f93696f9ae668d",
7-
"isPublic": true
7+
"isPublic": true,
8+
"imageRepository": "env-example-python39-genai"
89
}

public_dropin_apps_environments/python312_apps/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"isPublic": true,
99
"useCases": [
1010
"customApplication"
11-
]
11+
],
12+
"imageRepository": "env-apps-python312-apps"
1213
}

public_dropin_apps_environments/python39_streamlit/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"isPublic": true,
99
"useCases": [
1010
"customApplication"
11-
]
11+
],
12+
"imageRepository": "env-apps-python39-streamlit"
1213
}

public_dropin_environments_sandbox/fips_python3_keras/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-sandbox-fips-python3-keras"
1112
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"id": "5e8c886607389fe0f466c729",
2+
"id": "6827d936a2a906117ac19f82",
33
"name": "[DataRobot] Python 3.9 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",
66
"environmentVersionId": "67911d20c767f2d7352bb877",
77
"isPublic": true,
88
"useCases": [
99
"customModel"
10-
]
10+
],
11+
"imageRepository": "env-sandbox-python3-keras"
1112
}

public_dropin_gpu_environments/triton_server/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"label": "v25.01-py3+dr.1",
77
"environmentVersionId": "67abbb30cbce021ed2502582",
88
"environmentVersionDescription": "Security updates.\nFROM nvcr.io/nvidia/tritonserver:25.01-py3",
9-
"isPublic": true
9+
"isPublic": true,
10+
"imageRepository": "env-gpu-triton-server"
1011
}

public_dropin_nim_environments/nim_llama_8b/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"environmentVersionId": "67abbe9fcbce021ed2502585",
88
"environmentVersionDescription": "Security updates.\nFROM nvcr.io/nim/meta/llama-3.1-8b-instruct:1.3.3",
99
"isDownloadable": false,
10-
"isPublic": true
10+
"isPublic": true,
11+
"imageRepository": "env-nim-llama-8b"
1112
}

public_dropin_nim_environments/nim_sidecar/env_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"environmentVersionId": "68271e33cbce0259964dfc19",
77
"environmentVersionDescription": "Run with 10 HTTP workers by default",
88
"isDownloadable": false,
9-
"isPublic": true
9+
"isPublic": true,
10+
"imageRepository": "env-nim-sidecar"
1011
}

0 commit comments

Comments
 (0)