Skip to content

Commit

Permalink
fix: add sagemaker sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mats16 committed Feb 9, 2024
1 parent 37cbf75 commit 1b98f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.11/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 3.11/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b98f14

Please sign in to comment.