Skip to content

Commit

Permalink
update PT25 inference license file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsan-z-khan committed Jan 2, 2025
1 parent 315b77b commit f127ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pytorch/inference/2.5.1/Dockerfile.neuronx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ RUN HOME_DIR=/root \
# conda leaves an empty /root/.cache/conda/notices.cache file which is not removed by conda clean -ya
&& rm -rf ${HOME_DIR}/.cache/conda

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

EXPOSE 8080 8081

Expand Down

0 comments on commit f127ba5

Please sign in to comment.