Release v1.10.2
·
252 commits
to main
since this release
New in v1.10.2:
#21 - don't update the pre-installed pip in SageMaker Studio that can cause issues with PyYAML
The sm-local-ssh-ide
script now supports extra SSH args for forwarding additional ports:
sm-local-ssh-ide connect <kernel_gateway_name> [--ssh-only] [<extra_ssh_args>]
The new method is_last_session_timeout()
to prevent unused resources for the placeholder job if there's were no SSM or SSH sessions for the specified period of time.
Documentation updates
New train_placeholder.py
script that ends when sessions timeout.
Added section on Forwarding TCP ports over SSH tunnel - useful to access remote apps like Dask or Streamlit