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 d78bffe commit 4e5ca1fCopy full SHA for 4e5ca1f
build_artifacts/v3/v3.4/v3.4.9/Dockerfile-cpu.patch
@@ -0,0 +1,7 @@
1
+FROM public.ecr.aws/sagemaker/sagemaker-distribution:3.4.8-cpu
2
+
3
+ARG IMAGE_VERSION
4
+ENV IMAGE_VERSION=3.4.9-cpu
5
+LABEL "org.amazon.sagemaker-distribution.image.version"=3.4.9-cpu
6
+RUN micromamba install -y -n base sagemaker-jupyterlab-extension-common==0.2.14
7
build_artifacts/v3/v3.4/v3.4.9/Dockerfile-gpu.patch
+FROM public.ecr.aws/sagemaker/sagemaker-distribution:3.4.8-gpu
+ENV IMAGE_VERSION=3.4.9-gpu
+LABEL "org.amazon.sagemaker-distribution.image.version"=3.4.9-gpu
0 commit comments