We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6096b52 commit a66b896Copy full SHA for a66b896
huggingface/pytorch/training/docker/2.5/py3/cu124/Dockerfile.gpu
@@ -63,7 +63,7 @@ ENV HF_HUB_ENABLE_HF_TRANSFER="1"
63
64
RUN apt-get update \
65
# 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 \
+ && apt-get -y upgrade --only-upgrade systemd openssl cryptsetup libkrb5-3 linux-libc-dev libsqlite3-0 \
67
&& apt-get install -y git git-lfs wget tar \
68
&& wget https://go.dev/dl/go1.24.2.linux-amd64.tar.gz \
69
&& rm -rf /usr/local/go \
0 commit comments