File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build_artifacts/v3/v3.4/v3.4.6 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ ARG IMAGE_VERSION
44ENV IMAGE_VERSION=3.4.6-cpu
55LABEL "org.amazon.sagemaker-distribution.image.version"=3.4.6-cpu
66
7- RUN micromamba install -y -n base 'sagemaker-studio-dataengineering-extensions==1.2.13'
7+ RUN micromamba install -y -n base 'sagemaker-studio-dataengineering-extensions==1.2.13' 'ipykernel<7'
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ ARG IMAGE_VERSION
44ENV IMAGE_VERSION=3.4.6-gpu
55LABEL "org.amazon.sagemaker-distribution.image.version"=3.4.6-gpu
66
7- RUN micromamba install -y -n base 'sagemaker-studio-dataengineering-extensions==1.2.13'
7+ RUN micromamba install -y -n base 'sagemaker-studio-dataengineering-extensions==1.2.13' 'ipykernel<7'
You can’t perform that action at this time.
0 commit comments