Skip to content

Commit 5e86906

Browse files
authored
Patch libgstreamer1.0-0 and libgstreamer-plugins-base1.0-0 CVEs (#4473)
* Patch image CVEs * 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': True, 'ecs_tests': True, 'eks_tests': True, 'sagemaker_local_tests': True, 'sagemaker_remote_tests': True, 'sanity_tests': True, 'security_tests': True}} * Revert "Update ['dlc_developer_config.toml']" This reverts commit ba3da24.
1 parent 3126768 commit 5e86906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

huggingface/pytorch/training/docker/2.1/py3/sdk2.19.1/Dockerfile.neuronx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ RUN apt-get update \
4545
libexpat1 \
4646
expat \
4747
libarchive13 \
48+
libgstreamer1.0-0 \
49+
libgstreamer-plugins-base1.0-0 \
4850
&& apt-get upgrade -y apparmor \
4951
&& apt-get clean \
5052
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)