diff --git a/docker/pytorch/inference/2.5.1/Dockerfile.neuronx b/docker/pytorch/inference/2.5.1/Dockerfile.neuronx index 8d35e3d..2176370 100644 --- a/docker/pytorch/inference/2.5.1/Dockerfile.neuronx +++ b/docker/pytorch/inference/2.5.1/Dockerfile.neuronx @@ -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