Recent Posts

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...