We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e5fb1 commit e9385c4Copy full SHA for e9385c4
tests/data/multimodel/container/Dockerfile
@@ -1,4 +1,5 @@
1
-FROM public.ecr.aws/ubuntu/ubuntu:18.04
+# added latest image from https://gallery.ecr.aws/lts/ubuntu
2
+FROM public.ecr.aws/ubuntu/ubuntu:22.04
3
4
# Set a docker label to advertise multi-model support on the container
5
LABEL com.amazonaws.sagemaker.capabilities.multi-models=true
@@ -15,7 +16,7 @@ RUN apt-get update && \
15
16
curl \
17
vim \
18
&& rm -rf /var/lib/apt/lists/* \
- && curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py \
19
+ && curl -O https://bootstrap.pypa.io/pip/get-pip.py \
20
&& python3 get-pip.py
21
22
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
0 commit comments