Dockerfile reference, Docker, 2024 (Docker) - The official guide to Dockerfile instructions, including the FROM instruction and considerations for efficient image building.
python - Official Images, Docker Hub, 2024 - Provides details on the official Python Docker images, covering standard, slim, and Alpine variants, and their underlying libc differences (glibc vs. musl libc).
nvidia/cuda - Official Images, NVIDIA, 2024 - Official information for NVIDIA CUDA Docker images, differentiating between base, runtime, and devel variants for GPU acceleration.
Docker: Up & Running: Building Scalable and Secure Cloud Applications, Karl Matthias, Sean P. Kane, 2022 (O'Reilly Media) - A comprehensive guide to Docker, offering practical advice on Dockerfile structure, image optimization, and security aspects influencing base image choice.
MLOps: Continuous Delivery and Automation in Machine Learning, Vishnu Lakshmanan, Vignesh Sukumaran, 2021 (O'Reilly Media) - Provides context on integrating Docker into ML workflows, highlighting how base image decisions affect reproducibility and deployment in an MLOps setting.