Skip to content

Commit 6096b52

Browse files
patch libsqlite3-0 huggingface-pytorch-training-neuronx:2.1.2 sdk2.20.0 (#5131)
* patch libsqlite3-0 huggingface-pytorch-training-neuronx:2.1.2 sdk2.20.0 * 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}} * revert dlc_developer_config.toml --------- Co-authored-by: Malav Shastri <[email protected]>
1 parent 1e8ba12 commit 6096b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUN apt-get update \
5858
libgstreamer1.0-0 \
5959
libgstreamer-plugins-base1.0-0 \
6060
libsoup2.4-1 \
61+
libsqlite3-0 \
6162
&& apt-get upgrade -y apparmor \
6263
&& apt-get clean \
6364
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)