This repository was archived by the owner on May 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FROM ubuntu:18.04
22
33LABEL maintainer="Amazon AI"
44LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
5- LABEL com.amazonaws.sagemaker.capabilities.multi-models=true
65
76ARG PYTHON=python3
87ARG PIP=pip3
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FROM ubuntu:18.04
22
33LABEL maintainer="Amazon AI"
44LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
5- LABEL com.amazonaws.sagemaker.capabilities.multi-models=true
65
76ARG PYTHON=python3
87ARG PIP=pip3
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ LABEL maintainer="Amazon AI"
44# Specify LABEL for inference pipelines to use SAGEMAKER_BIND_TO_PORT
55# https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-real-time.html
66LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
7- # Specify LABEL to show container is capable of loading and serving multiple models concurrently
8- # https://docs.aws.amazon.com/sagemaker/latest/dg/build-multi-model-build-container.html
9- LABEL com.amazonaws.sagemaker.capabilities.multi-models=true
107
118# Add arguments to achieve the version, python and url
129ARG PYTHON=python3
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FROM ubuntu:18.04
22
33LABEL maintainer="Amazon AI"
44LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
5- LABEL com.amazonaws.sagemaker.capabilities.multi-models=true
65
76ARG PYTHON=python3
87ARG PIP=pip3
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FROM ubuntu:18.04
22
33LABEL maintainer="Amazon AI"
44LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
5- LABEL com.amazonaws.sagemaker.capabilities.multi-models=true
65
76ARG PYTHON=python3
87ARG PIP=pip3
You can’t perform that action at this time.
0 commit comments