Skip to content

Commit 04c6f32

Browse files
add patch dockerfiles
1 parent 894bb26 commit 04c6f32

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM public.ecr.aws/sagemaker/sagemaker-distribution:3.3.5-cpu
2+
3+
ARG IMAGE_VERSION
4+
ENV IMAGE_VERSION=3.3.6-cpu
5+
LABEL "org.amazon.sagemaker-distribution.image.version"=3.3.6-cpu
6+
RUN micromamba install -y -n base sagemaker-jupyterlab-extension-common==0.2.14
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM public.ecr.aws/sagemaker/sagemaker-distribution:3.3.5-gpu
2+
3+
ARG IMAGE_VERSION
4+
ENV IMAGE_VERSION=3.3.6-gpu
5+
LABEL "org.amazon.sagemaker-distribution.image.version"=3.3.6-gpu
6+
RUN micromamba install -y -n base sagemaker-jupyterlab-extension-common==0.2.14
7+

0 commit comments

Comments
 (0)