Skip to content

Commit d4716b9

Browse files
add port to dockerfile (#103)
1 parent f73303e commit d4716b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/1.11.0/final/py2/Dockerfile.cpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM tensorflow/serving:1.11.0 as tensorflow_serving_image
22
FROM ubuntu:16.04
33

44
LABEL maintainer="Amazon AI"
5+
LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
56

67
ARG framework_installable
78
ARG framework_support_installable=sagemaker_tensorflow_container-1.0.0.tar.gz

docker/1.11.0/final/py2/Dockerfile.gpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM tensorflow/serving:1.11.0-gpu as tensorflow_serving_image
22
FROM nvidia/cuda:9.0-base-ubuntu16.04
33

44
LABEL maintainer="Amazon AI"
5+
LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
56

67
ARG framework_installable
78
ARG framework_support_installable=sagemaker_tensorflow_container-1.0.0.tar.gz

0 commit comments

Comments
 (0)