Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/1.4.0/py2/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN pip install --no-cache-dir \
/sagemaker_pytorch_inference.tar.gz \
&& rm /sagemaker_pytorch_inference.tar.gz

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

EXPOSE 8080 8081
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
Expand Down
2 changes: 1 addition & 1 deletion docker/1.4.0/py2/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN pip install --no-cache-dir \
/sagemaker_pytorch_inference.tar.gz \
&& rm /sagemaker_pytorch_inference.tar.gz

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

EXPOSE 8080 8081
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
Expand Down
2 changes: 1 addition & 1 deletion docker/1.4.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN pip install --no-cache-dir \
/sagemaker_pytorch_inference.tar.gz \
&& rm /sagemaker_pytorch_inference.tar.gz

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

EXPOSE 8080 8081
ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
Expand Down
2 changes: 1 addition & 1 deletion docker/1.4.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN pip install --no-cache-dir \
/sagemaker_pytorch_inference.tar.gz \
&& rm /sagemaker_pytorch_inference.tar.gz

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

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