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 f73303e commit d4716b9Copy full SHA for d4716b9
docker/1.11.0/final/py2/Dockerfile.cpu
@@ -2,6 +2,7 @@ FROM tensorflow/serving:1.11.0 as tensorflow_serving_image
2
FROM ubuntu:16.04
3
4
LABEL maintainer="Amazon AI"
5
+LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
6
7
ARG framework_installable
8
ARG framework_support_installable=sagemaker_tensorflow_container-1.0.0.tar.gz
docker/1.11.0/final/py2/Dockerfile.gpu
@@ -2,6 +2,7 @@ FROM tensorflow/serving:1.11.0-gpu as tensorflow_serving_image
FROM nvidia/cuda:9.0-base-ubuntu16.04
0 commit comments