Complete MAX stack: CUDA, PyTorch, cuDNN included. Production-ready NVIDIA GenAI deployment.
10K+
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 full container (max-nvidia-full) includes all necessary dependencies for running large AI models efficiently on GPUs. It provides a complete environment with support for PyTorch (GPU), CUDA, and cuDNN, ensuring maximum performance for deep learning workloads. This container is ideal for users who need a fully optimized, out-of-the-box solution for deploying AI models.
The MAX container is compatible with the OpenAI API specification and optimized for deployment on GPUs. 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 full 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-full:<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
You can also use the MAX container to run a variety of LLMs hosted on Hugging Face, such as Qwen/Qwen2.5-1.5B-Instruct.
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:806a5197a…
Size
1.8 GB
Last updated
about 11 hours ago
docker pull modular/max-nvidia-full:nightlyPulls:
1,248
Last week