Skip to content

Commit a83d9a9

Browse files
authored
update: Update license URL (#43)
1 parent 72fa09b commit a83d9a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/1.4.0/py2/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN pip install --no-cache-dir \
8282
/sagemaker_pytorch_inference.tar.gz \
8383
&& rm /sagemaker_pytorch_inference.tar.gz
8484

85-
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch/license.txt -o /license.txt
85+
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch-1.4.0/license.txt -o /license.txt
8686

8787
EXPOSE 8080 8081
8888
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]

docker/1.4.0/py2/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN pip install --no-cache-dir \
106106
/sagemaker_pytorch_inference.tar.gz \
107107
&& rm /sagemaker_pytorch_inference.tar.gz
108108

109-
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch/license.txt -o /license.txt
109+
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch-1.4.0/license.txt -o /license.txt
110110

111111
EXPOSE 8080 8081
112112
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]

docker/1.4.0/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN pip install --no-cache-dir \
8181
/sagemaker_pytorch_inference.tar.gz \
8282
&& rm /sagemaker_pytorch_inference.tar.gz
8383

84-
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch/license.txt -o /license.txt
84+
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch-1.4.0/license.txt -o /license.txt
8585

8686
EXPOSE 8080 8081
8787
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]

docker/1.4.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN pip install --no-cache-dir \
9898
/sagemaker_pytorch_inference.tar.gz \
9999
&& rm /sagemaker_pytorch_inference.tar.gz
100100

101-
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch/license.txt -o /license.txt
101+
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/pytorch-1.4.0/license.txt -o /license.txt
102102

103103
EXPOSE 8080 8081
104104
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]

0 commit comments

Comments
 (0)