Lightweight MAX essentials. Faster downloads, minimal dependencies. Needs NVIDIA drivers.
50K+
Modular Accelerated eXecution (MAX) provides a high-performance, flexible platform for AI workloads, leveraging modern GPUs to deliver accelerated generative AI performance while maintaining portability across different hardware configurations and cloud providers.
The MAX base container (max-nvidia-base) provides a lightweight environment optimized for AI model deployment with minimal dependencies. It includes essential components such as CUDA and PyTorch (CPU) while omitting heavier frameworks like cuDNN.
This container is ideal for users who need a streamlined solution with faster downloads and a smaller footprint. For more information on container contents and instance compatibility, see MAX containers in the MAX documentation.
You can run an LLM on GPU using the latest MAX base container with the following command:
docker run --gpus 1 \
-v ~/.cache/huggingface:/root/.cache/huggingface \
--env "HF_TOKEN=<secret>" \
-p 8000:8000 \
modular/max-nvidia-base:<version> \
--model-path <model-provider/model-id>`
You can run a MAX-optimized model by referencing its Hugging Face model ID. For example, modularai/Llama-3.1-8B-Instruct-GGUF.
For more information on quickly deploying popular models with MAX, see MAX Builds.
Supported tags are updated to the latest MAX versions, which include the latest stable release and more experimental nightly releases. The latest tag provides you with the latest stable version and the nightly tag provides you with the latest nightly version.
Stable
Nightlies
For more information on Modular and its products, visit the Modular documentation site.
To stay up to date with new releases, sign up for our newsletter, check out the community, and join our forum.
If you're interested in becoming a design partner to get early access and give us feedback, please contact us.
This container is released under the NVIDIA Deep Learning Container license.
Content type
Image
Digest
sha256:a5d2876cf…
Size
760.2 MB
Last updated
about 23 hours ago
docker pull modular/max-nvidia-base:nightlyPulls:
1,406
Last week