torch extra
This commit is contained in:
parent
bccbcf8d12
commit
188aa75866
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
run: uv python install 3.13
|
run: uv python install 3.13
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv sync --group dev --extra torch-cu128
|
run: uv sync --group dev --extra torch
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ WORKDIR /app
|
||||||
|
|
||||||
# Copy Python dependencies
|
# Copy Python dependencies
|
||||||
COPY pyproject.toml uv.lock ./
|
COPY pyproject.toml uv.lock ./
|
||||||
RUN uv sync --extra torch-cu128
|
RUN uv sync
|
||||||
|
|
||||||
# Copy sample document and warmup script for docling
|
# Copy sample document and warmup script for docling
|
||||||
COPY documents/warmup_ocr.pdf ./
|
COPY documents/warmup_ocr.pdf ./
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue