This repository was archived by the owner on May 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:18.04
1
+ FROM public.ecr.aws/ubuntu/ ubuntu:18.04
2
2
3
3
LABEL maintainer="Amazon AI"
4
4
# Specify LABEL for inference pipelines to use SAGEMAKER_BIND_TO_PORT
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18.04
1
+ FROM public.ecr.aws/ubuntu/ ubuntu:18.04
2
2
3
3
LABEL maintainer="Amazon AI"
4
4
# Specify LABEL for inference pipelines to use SAGEMAKER_BIND_TO_PORT
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18.04
1
+ FROM public.ecr.aws/ubuntu/ ubuntu:18.04
2
2
3
3
LABEL maintainer="Amazon AI"
4
4
LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ set -euo pipefail
6
6
7
7
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
8
8
9
- ${DIR} /build.sh --version 1.14 .0 --arch eia
9
+ ${DIR} /build.sh --version 1.15 .0 --arch eia
10
10
${DIR} /build.sh --version 1.15.0 --arch cpu
11
- ${DIR} /build.sh --version 1.15.0 --arch gpu
11
+ # ${DIR}/build.sh --version 1.15.0 --arch gpu
12
12
${DIR} /build.sh --version 2.1.0 --arch cpu
13
- ${DIR} /build.sh --version 2.1.0 --arch gpu
13
+ # ${DIR}/build.sh --version 2.1.0 --arch gpu
You can’t perform that action at this time.
0 commit comments