mathieu-benoit / mathieu-benoit/sample-score-genai-app

Support latest and greatest `models` root-level feature with Docker Compose

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Need to have `score-compose` supporting this, but it would great to have this generated:
```yaml
services:
go-genai:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
environment:
- PORT=8080
models:
llama:
endpoint_var: LLM_BASE_URL
model_var: LLM_MODEL_NAME
models:
llama:
model: ai/llama3.2:1B-Q8_0
context_size: 2048
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the score-compose generation entry point and inspecting its existing Docker Compose output. Compare that output with the YAML shown in the issue; done means the generated file includes the requested service-level and root-level models configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.