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 315b77b commit 24c270bCopy full SHA for 24c270b
docker/pytorch/inference/2.5.1/Dockerfile.neuronx
@@ -160,7 +160,7 @@ RUN HOME_DIR=/root \
160
# conda leaves an empty /root/.cache/conda/notices.cache file which is not removed by conda clean -ya
161
&& rm -rf ${HOME_DIR}/.cache/conda
162
163
-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
164
165
EXPOSE 8080 8081
166
0 commit comments