mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-21 08:30:58 +00:00
Upgrade waitress to patch CVE-2022-31015
Remove pip to close IN1-PYTHON-PIP-1278135 apt-get upgrade to close CVE-2022-1664, CVE-2022-1304, and CVE-2022-2068
This commit is contained in:
parent
ed764ce81b
commit
b6219cb605
4 changed files with 22 additions and 12 deletions
|
@ -9,4 +9,10 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- 5000:5000
|
||||
command: --gpus all
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: 1
|
||||
capabilities: [gpu]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue