Skip to content

Commit 29f9e55

Browse files
author
DevakiBolleneni
committed
Modify the license file
1 parent d2e1f02 commit 29f9e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch/training/docker/2.9/py3/cu130/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN pip install --no-cache-dir nvidia-mathdx
145145
# Install TE using instructions from https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/installation.html
146146
RUN pip install --no-cache-dir git+https://github.com/NVIDIA/TransformerEngine.git@release_v${TE_VERSION} --no-build-isolation
147147

148-
RUN curl -o /license.txt https://aws-dlc-licenses.s3.amazonaws.com/pytorch-2.8/license.txt
148+
RUN curl -o /license.txt https://aws-dlc-licenses.s3.amazonaws.com/pytorch-2.9/license.txt
149149

150150
COPY start_cuda_compat.sh /usr/local/bin/start_cuda_compat.sh
151151
RUN chmod +x /usr/local/bin/start_cuda_compat.sh

0 commit comments

Comments
 (0)