From 1b98f147f3c1f76a18803cb0f9599963d54dbef6 Mon Sep 17 00:00:00 2001 From: mats Date: Fri, 9 Feb 2024 15:19:40 +0900 Subject: [PATCH] fix: add sagemaker sdk --- 3.11/bookworm/Dockerfile | 2 +- 3.11/bullseye/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3.11/bookworm/Dockerfile b/3.11/bookworm/Dockerfile index a97d7df..244266e 100644 --- a/3.11/bookworm/Dockerfile +++ b/3.11/bookworm/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ # Install JupyterLab & AWS CLI RUN python3 -m pip install jupyterlab==4.1.0 \ - boto3==1.34.38 \ + sagemaker==2.207.1 \ https://github.com/aws/aws-cli/archive/v2.tar.gz # Docker - https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-local.html diff --git a/3.11/bullseye/Dockerfile b/3.11/bullseye/Dockerfile index ab878c7..622269d 100644 --- a/3.11/bullseye/Dockerfile +++ b/3.11/bullseye/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ # Install JupyterLab & AWS CLI RUN python3 -m pip install jupyterlab==4.1.0 \ - boto3==1.34.38 \ + sagemaker==2.207.1 \ https://github.com/aws/aws-cli/archive/v2.tar.gz # Docker - https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-local.html