Skip to content

Commit 24c270b

Browse files
authored
update PT2.5 inference license file (#33)
1 parent 315b77b commit 24c270b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/pytorch/inference/2.5.1/Dockerfile.neuronx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ RUN HOME_DIR=/root \
160160
# conda leaves an empty /root/.cache/conda/notices.cache file which is not removed by conda clean -ya
161161
&& rm -rf ${HOME_DIR}/.cache/conda
162162

163-
RUN curl -o /license.txt https://aws-dlc-licenses.s3.amazonaws.com/pytorch-2.1/license.txt
163+
RUN curl -o /license.txt https://aws-dlc-licenses.s3.amazonaws.com/pytorch-2.5/license.txt
164164

165165
EXPOSE 8080 8081
166166

0 commit comments

Comments
 (0)