Skip to content

Commit 7380518

Browse files
committed
patch pytorch training image for linux-libc-dev
1 parent ed522c9 commit 7380518

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 \
66+
&& apt-get -y upgrade --only-upgrade systemd openssl cryptsetup libkrb5-3 linux-libc-dev \
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)