File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN pip install --no-cache-dir \
82
82
/sagemaker_pytorch_inference.tar.gz \
83
83
&& rm /sagemaker_pytorch_inference.tar.gz
84
84
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
86
86
87
87
EXPOSE 8080 8081
88
88
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ RUN pip install --no-cache-dir \
106
106
/sagemaker_pytorch_inference.tar.gz \
107
107
&& rm /sagemaker_pytorch_inference.tar.gz
108
108
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
110
110
111
111
EXPOSE 8080 8081
112
112
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN pip install --no-cache-dir \
81
81
/sagemaker_pytorch_inference.tar.gz \
82
82
&& rm /sagemaker_pytorch_inference.tar.gz
83
83
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
85
85
86
86
EXPOSE 8080 8081
87
87
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ RUN pip install --no-cache-dir \
98
98
/sagemaker_pytorch_inference.tar.gz \
99
99
&& rm /sagemaker_pytorch_inference.tar.gz
100
100
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
102
102
103
103
EXPOSE 8080 8081
104
104
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
You can’t perform that action at this time.
0 commit comments