Skip to content

Commit d626383

Browse files
committed
Add few_shots config to velorum image
1 parent 7959283 commit d626383

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

container/velorum/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN uv sync --frozen
1313
COPY projects/velorum/src/model.py ./src/model.py
1414
RUN uv run python -c "from src.model import load_vector_model; load_vector_model()"
1515

16+
COPY projects/velorum/few_shots.configuration.json ./few_shots.configuration.json
1617
COPY projects/velorum/cli ./cli
1718
COPY projects/velorum/src ./src
1819
COPY projects/velorum/main.py ./main.py

0 commit comments

Comments
 (0)