Skip to content

Commit a66b896

Browse files
authored
chore: Sqlite patch pytorch training 2.5.1 gpu-cu124 (#5122)
* 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-training': 'huggingface/pytorch/training/buildspec-2-5-0.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}} * chore: patch libsqlite3-0 huggingface-pytorch-training 2.5.1 gpu * 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-training': 'huggingface/pytorch/training/buildspec-2-5-0.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}} * revert dlc_developer_config.toml
1 parent 6096b52 commit a66b896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

huggingface/pytorch/training/docker/2.5/py3/cu124/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENV HF_HUB_ENABLE_HF_TRANSFER="1"
6363

6464
RUN apt-get update \
6565
# TODO: Remove upgrade statements once packages are updated in base image
66-
&& apt-get -y upgrade --only-upgrade systemd openssl cryptsetup libkrb5-3 linux-libc-dev \
66+
&& apt-get -y upgrade --only-upgrade systemd openssl cryptsetup libkrb5-3 linux-libc-dev libsqlite3-0 \
6767
&& apt-get install -y git git-lfs wget tar \
6868
&& wget https://go.dev/dl/go1.24.2.linux-amd64.tar.gz \
6969
&& rm -rf /usr/local/go \

0 commit comments

Comments
 (0)