Skip to content

Commit

Permalink
fix: docs/samples/fluid/docker/requirements.txt to reduce vulnerabili…
Browse files Browse the repository at this point in the history
…ties

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6134594
- https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6135747
  • Loading branch information
snyk-bot committed Dec 21, 2023
1 parent 7146558 commit 9965e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/samples/fluid/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ accelerate==0.18.0
deepspeed>=0.7.3
bitsandbytes-cuda117
Flask==2.0.1
gunicorn==20.1.0
gunicorn==20.1.0
transformers>=4.36.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 9965e4e

Please sign in to comment.