Skip to content

Commit 9efa748

Browse files
authored
[huggingface_pytorch] [inference] [2.3] Update libmysofa1 (#4497)
* Update ['dlc_developer_config.toml'] dlc_developer_config.toml: { 'build': { 'build_frameworks': ['huggingface_pytorch'], 'build_inference': True, 'build_training': False}, 'buildspec_override': { 'dlc-pr-huggingface-pytorch-inference': 'huggingface/pytorch/inference/buildspec.yml'}, 'dev': { 'arm64_mode': False, 'deep_canary_mode': False, 'graviton_mode': False, 'neuronx_mode': False}, 'test': { 'ec2_tests': True, 'ecs_tests': True, 'eks_tests': True, 'sagemaker_local_tests': True, 'sagemaker_remote_tests': True, 'sanity_tests': True, 'security_tests': True}} * Update ['dlc_developer_config.toml'] dlc_developer_config.toml: { 'build': { 'build_frameworks': ['huggingface_pytorch'], 'build_inference': True, 'build_training': False}, 'buildspec_override': { 'dlc-pr-huggingface-pytorch-inference': 'huggingface/pytorch/inference/buildspec.yml'}, 'dev': { 'arm64_mode': False, 'deep_canary_mode': False, 'graviton_mode': False, 'neuronx_mode': False}, 'test': { 'ec2_tests': False, 'ecs_tests': False, 'eks_tests': False, 'sagemaker_local_tests': False, 'sagemaker_remote_tests': False, 'sanity_tests': True, 'security_tests': False}} * bump libmysofa1 in hf pytorch inf 2.3 * Restore ['dlc_developer_config.toml'] dlc_developer_config.toml: ('Restore to ' 'https://raw.githubusercontent.com/aws/deep-learning-containers/master/dlc_developer_config.toml')
1 parent 04da353 commit 9efa748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

huggingface/pytorch/inference/docker/2.3/py3/Dockerfile.cpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ RUN apt-get update \
7676
zlib1g-dev \
7777
libsndfile1-dev \
7878
ffmpeg \
79+
libmysofa1 \
7980
&& apt-get autoremove -y \
8081
&& rm -rf /var/lib/apt/lists/* \
8182
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100 \

0 commit comments

Comments
 (0)