Tutorial: Build a custom container image
Tutorial: Build a custom container image
This tutorial guides you through the process of building a custom Docker image on your personal machine, such as a laptop, loading the image to a Docker Hub repository, and launching a Ray cluster on Anyscale with the image.
The tutorial provides a gentle introduction to working with custom images. Review the following to learn more about custom images:
- For a general overview of using custom images, see Custom images on Anyscale.
- This tutorial extends an Anyscale base image, but you can also bring your own Ray image. See Requirements for an Anyscale container image.
- You can also extend Anyscale base images using the build farm in the Anyscale console. See Build a custom image on Anyscale.
- This tutorial uses a public Docker Hub repository. You can use private repositories such as Amazon ECR, Azure Container Registry, and Google Artifact Registry. See Use container images from an external registry.