Skip to content

Commit 7a56632

Browse files
authored
fix: Trivy flags (#1027) (#571)
1 parent c781ec7 commit 7a56632

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

samples/ai/visual-textual-query-driven-document-reasoning-engine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Ensure the GPU drivers are installed using the [`gpu_installer.sh`](https://gith
6868

6969
4. **Install PyTorch and Intel Extension for XPU support:**
7070
```bash
71-
pip install -U --force-reinstall --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/xpu
71+
pip install -U --force-reinstall --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/xpu
7272
```
7373

7474
5. **Create the config file:**

samples/ai/visual-textual-query-driven-document-reasoning-engine/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ nncf==2.18.0
88
openvino==2025.3.0
99
optimum-intel==1.26.1
1010
pdf2image==1.17.0
11-
pillow==12.1.1
11+
pillow==12.2.0
1212
qwen-vl-utils==0.0.14
1313
tqdm==4.67.1
14-
transformers==4.55.4

0 commit comments

Comments
 (0)