-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile update for Release 2.21 (#31)
*Description of changes:* * Addition JAX NeuronX Dockerfile * Removal of PyTorch 1.13 and 2.1 Dockerfiles By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
- Loading branch information
1 parent
947ce54
commit 315b77b
Showing
12 changed files
with
358 additions
and
982 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,6 @@ jobs: | |
HADOLINT_RECURSIVE: "true" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: hadolint/[email protected] | ||
with: | ||
dockerfile: Dockerfile.neuron | ||
recursive: true | ||
failure-threshold: error # TODO: enable more linter rules other than error. | ||
- uses: hadolint/[email protected] | ||
with: | ||
dockerfile: Dockerfile.neuronx | ||
|
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
27 changes: 27 additions & 0 deletions
27
docker/jax/training/0.4/Dockerfile.neuronx.cve_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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"CVE-2024-35195": { | ||
"description": "Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of `verify`. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.", | ||
"remediation": { | ||
"recommendation": { | ||
"text": "None Provided" | ||
} | ||
}, | ||
"score": 0.0, | ||
"score_details": {}, | ||
"severity": "UNTRIAGED", | ||
"source": "NVD", | ||
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195", | ||
"status": "ACTIVE", | ||
"title": "CVE-2024-35195 - requests", | ||
"vulnerability_id": "CVE-2024-35195", | ||
"vulnerable_packages": [ | ||
{ | ||
"epoch": 0, | ||
"filePath": "usr/local/lib/python3.10/site-packages/requests-2.31.0.dist-info/METADATA", | ||
"name": "requests", | ||
"packageManager": "PYTHONPKG", | ||
"version": "2.31.0" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.