NVIDIA
minimax-m2-5
Container
NVIDIA
minimax-m2-5

The MiniMax-M2.5 NIM Container is a deployable inference container for serving MiniMax-M2.5, a third-party text generation model optimized for complex agentic tasks including software engineering, tool use, search.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
["/bin/bash" "-c" "$SERVER_START_SCRIPT_PATH"]
03/10/2026 3:11 AM UTC
sha256:17626e019d79ce22271dcf2f1dcde3e4c8ccf7b5bac7a50ec0a19d583381bf9fRUN
RUN |4 TELEMETRY_MODE=0 TELEMETRY_ENDPOINT=0 PIP_INDEX_URL=https://pypi.org/simple TARGETARCH=amd64 /bin/sh -c touch $SERVER_START_SCRIPT_PATH &&
  chmod a+rx $SERVER_START_SCRIPT_PATH &&
  cat > $SERVER_START_SCRIPT_PATH <<-EOF #!/usr/bin/env bash set -eu # SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NvidiaProprietary # Remove /root/.cargo/bin from PATH to avoid permission denied errors when running as non-root user export PATH=$(echo $PATH | sed 's|/root/.cargo/bin:||g; s|:/root/.cargo/bin$||g; s|^/root/.cargo/bin$||g') start_server EOF # buildkit
03/10/2026 3:11 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
03/10/2026 3:11 AM UTC
sha256:b5dc022b356a40cb3859d219b3fc487475636b7b16a5f1387c85fdf5e9f4db95COPY
model_manifest_refresh_no_workspace_hash.yaml /opt/nim/etc/default/model_manifest.yaml
03/10/2026 3:11 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
nvs:1000
03/10/2026 3:11 AM UTC
sha256:6042a16e6e9cc3e28edbcf09543402afeca1f60d92d897d92e077f52675948a0RUN
TELEMETRY_MODE=0 TELEMETRY_ENDPOINT=0 PIP_INDEX_URL=https://pypi.org/simple TARGETARCH=amd64 dpkg -l | grep "^rc" | awk '{print $2}' | xargs apt-get purge -y
03/10/2026 3:11 AM UTC
sha256:1bd74809c8ed0e22e5459fb202d6d56690a60ab7ebb23e7679734e33ebef94f6RUN
TELEMETRY_MODE=0 TELEMETRY_ENDPOINT=0 PIP_INDEX_URL=https://pypi.org/simple TARGETARCH=amd64 apt remove -y libgstreamer1.0-0 libapparmor1 libcap2-bin libcryptsetup12 libdbus-1-3 libdevmapper1.02.1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data net-tools perftest packagekit x11-common udev dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common libxnvctrl0 libappstream5 libfdisk1 python3-software-properties python3-launchpadlib systemd systemd-sysv systemd-dev libsystemd-shared libpam-systemd python3-gi gir1.2-glib-2.0 gir1.2-girepository-2.0 python3-gdbm libfreetype6 fonts-dejavu-core fonts-dejavu-mono libpackagekit-glib2-18 polkitd libpolkit-gobject-1-0 libpolkit-agent-1-0
03/10/2026 3:11 AM UTC
sha256:ce079a604756f4f103e30fb42ad427c35707ce9c19a74ecb8e8dd5c5028ec903COPY
./hw_helper.py /opt/nim
03/10/2026 3:11 AM UTC
sha256:542a66368f248fa5db9a12f6daefe5ea07f8d7e928fafc6ac025b9a7bf75635aCOPY
./tuning_configs/GB10_throughput_nvfp4_1.yaml.j2 /opt/nim/GB10_throughput_nvfp4_1.yaml.j2
03/10/2026 3:11 AM UTC
sha256:044d065f364df2723eb103bba53e35537676dabfe4dcd5c19f7172081ef9bf26COPY
./tuning_configs/GB300_throughput_nvfp4_1.yaml /opt/nim/GB300_throughput_nvfp4_1.yaml
03/10/2026 3:11 AM UTC
...