Create Flex endpoint

This commit is contained in:
github-action[bot]
2026-03-04 18:10:35 +00:00
commit 5c6418418d
2 changed files with 46 additions and 0 deletions

23
index.json Normal file
View File

@@ -0,0 +1,23 @@
{
"aliases": {
"ai-docker-model-runner-platform": "symfony/ai-docker-model-runner-platform",
"aidockermodelrunnerplatform": "symfony/ai-docker-model-runner-platform"
},
"recipes": {
"symfony/ai-docker-model-runner-platform": [
"0.1"
]
},
"recipe-conflicts": [],
"versions": [],
"branch": "main",
"is_contrib": false,
"_links": {
"repository": "github.com/symfony/recipes",
"origin_template": "{package}:{version}@github.com/symfony/recipes:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1519/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1519/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
}
}

View File

@@ -0,0 +1,23 @@
{
"manifests": {
"symfony/ai-docker-model-runner-platform": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_docker_model_runner_platform.yaml": {
"contents": [
"ai:",
" platform:",
" dockermodelrunner: null",
""
],
"executable": false
}
},
"ref": "c699a35ab18b73913c394d0a2bf536c51cca6f4c"
}
}
}