{ "cells": [ { "cell_type": "markdown", "id": "fd8ab249", "metadata": {}, "source": [ "# Create a custom Studio app image\n", "This notebook implement a process of creating a SageMaker Studio custom app image. The advantage of creating an image and make it available to all SageMaker Studio users is that it creates a consistent environment to use in Studio notebooks. You can also run app images locally which improves reproducability of your workloads.\n", "\n", "For details, hands-on examples, and documentation refer to the following resources:\n", "- [SageMaker Studio developer guide](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html)\n", "- [Custom image samples GitHub](https://github.com/aws-samples/sagemaker-studio-custom-image-samples/)\n", "- [Use Studio Container Build CLI](https://github.com/aws/amazon-sagemaker-examples/tree/main/aws_sagemaker_studio/sagemaker_studio_image_build)\n", "- [Using the Amazon SageMaker Studio Image Build CLI to build container images from your Studio notebooks](https://aws.amazon.com/blogs/machine-learning/using-the-amazon-sagemaker-studio-image-build-cli-to-build-container-images-from-your-studio-notebooks/)\n", "\n", "