-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Draft] Add AutoGluon v1.1.1 (#4029)
* inital commit * initial commit * removing debug prints * fix vulnerabilities * revert * fix vulnerability * adding fix message * fix * Addressing comments * revert toml --------- Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Ubuntu <[email protected]>
- Loading branch information
1 parent
3c58cd7
commit 103424d
Showing
21 changed files
with
548 additions
and
1,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
383 changes: 119 additions & 264 deletions
383
autogluon/inference/docker/1.1/py3/Dockerfile.cpu.os_scan_allowlist.json
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
autogluon/inference/docker/1.1/py3/Dockerfile.cpu.py_scan_allowlist.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"50916": "Pydantic 1.10.2 prevents long strings as int inputs to fix CVE-2020-10735 - upstream dependencies are still not patched", | ||
"51358": "Safety 2.2.0 updates its dependency 'dparse' to include a security fix. - not packaged with container, result of security scanning process", | ||
"65213": "PyOpenSSL doesn't have this fix yet - the issue only applicable to PowerPC architecture and not applicable to this container", | ||
"67599": "pip - No fix for this yet", | ||
"70612": "jinja2 3.1.4 - The maintainer and multiple third parties believe that this vulnerability isn't valid.", | ||
"65189": "Ray - autogluon uses ray < 2.11", | ||
"70485": "Ray - autogluon uses ray < 2.11" | ||
"70485": "Ray - autogluon uses ray < 2.11", | ||
"71805": "onnx - this package is required by autogluon multimodal", | ||
"71596": "scikit-learn - this package is required by autogluon", | ||
"71670": "torch 2.3 is used in the base image and is required by autogluon" | ||
} |
296 changes: 0 additions & 296 deletions
296
autogluon/inference/docker/1.1/py3/cu118/Dockerfile.gpu.os_scan_allowlist.json
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
autogluon/inference/docker/1.1/py3/cu118/Dockerfile.gpu.py_scan_allowlist.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.