Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions container/velorum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN uv sync --frozen
COPY projects/velorum/src/model.py ./src/model.py
RUN uv run python -c "from src.model import load_vector_model; load_vector_model()"

COPY projects/velorum/few_shots.configuration.json ./few_shots.configuration.json
COPY projects/velorum/cli ./cli
COPY projects/velorum/src ./src
COPY projects/velorum/main.py ./main.py
Expand Down
2 changes: 1 addition & 1 deletion versions/velorum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6f34f272aa434826459b76f315f9f33c70d969f4
0641b61196cf4bff5691efb84c1d52c188e02fd5