Posts by Year

2025

AI Glossary

1 minute read

LLM: large language model LMM: large multimodal models test-time compute: computational resources and processes required during the inference phase of...

Why Docker Images Need A Base Image

less than 1 minute read

It seems strange that you need to provide a base image in a Dockerfile when defining your custom docker image, even though Docker is run on a Linux operatin...

Back to Top ↑

2024

Docker Image Hardening

2 minute read

Docker Image Hardening? Usually all docker images are based on a root image. Given the Dockerfile below:

Back to Top ↑