mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Create Flex endpoint
This commit is contained in:
23
index.json
Normal file
23
index.json
Normal 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"
|
||||
}
|
||||
}
|
||||
23
symfony.ai-docker-model-runner-platform.0.1.json
Normal file
23
symfony.ai-docker-model-runner-platform.0.1.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user