Commit 53f6307
authored
patch vulnerabilities [pytorch training neuronx] (#5150)
* patch vulnerabilities [listed from SAFETY_REPORT during build]
* Update ['dlc_developer_config.toml']
dlc_developer_config.toml:
{ 'build': { 'build_frameworks': ['huggingface_pytorch'],
'build_inference': False,
'build_training': True},
'buildspec_override': { 'dlc-pr-huggingface-pytorch-neuronx-training': 'huggingface/pytorch/training/buildspec-neuronx.yml'},
'dev': { 'arm64_mode': False,
'deep_canary_mode': False,
'graviton_mode': False,
'neuronx_mode': True},
'test': { 'ec2_tests': False,
'ecs_tests': False,
'eks_tests': False,
'sagemaker_local_tests': False,
'sagemaker_remote_tests': False,
'sanity_tests': True,
'security_tests': False}}
* ignoring requests
* ignoring urllib
* revert dlc_developer_config.toml1 parent 5f81d47 commit 53f6307
File tree
2 files changed
+7
-2
lines changed- huggingface/pytorch/training/docker/2.1/py3/sdk2.20.0
2 files changed
+7
-2
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
0 commit comments