NVIDIA
FLUX.1-Kontext
Container
NVIDIA
FLUX.1-Kontext

FLUX.1-Kontext NIM houses FLUX.1 Kontext [dev] model which is a 12 billion parameter rectified flow transformer capable of editing images based on text instructions.

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    ["/bin/bash" "-c" "/opt/nim/start_server.sh"]
    04/03/2026 7:35 AM UTC
    sha256:6dc716962fab89a4d607180b0bdfc7db1ee3bf8da54ef7cfeee3475f53f68aadRUN
    RUN /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) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NvidiaProprietary for file in /opt/nim/start_server.d/*; do if [[ "$file" == *.sh ]]; then . "$file" elif [[ "$file" == *.txt ]]; then cat "$file" fi done start_server EOF # buildkit
    04/03/2026 7:35 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    04/03/2026 7:35 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    04/03/2026 7:35 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    04/03/2026 7:35 AM UTC
    sha256:bed948563f7cf8f0cef48998489d94206ba7f3908c3f3eaeba37b139288e1e24RUN
    chown 1000.1000 /home/triton-server
    04/03/2026 7:35 AM UTC
    sha256:4d706cfc192d21105f65b50906c07e1a6d079f10891877e38ad1c50f99ae6a8fRUN
    mkdir /home/triton-server
    04/03/2026 7:35 AM UTC
    sha256:864603573980cefeceeabb793f1e1d19e13381bc93544791ca3b460e27b1743eRUN
    groupadd --gid 1000 --non-unique nvs &&
      useradd --create-home --shell /usr/sbin/nologin --uid 1000 --non-unique --gid 1000 nvs &&
      chown 1000.1000 $NIM_DIR_PATH &&
      chmod a+w $NIM_DIR_PATH
    04/03/2026 7:35 AM UTC
    sha256:cc5a488587dc0cd9d059f09a23b66a64d5499b2f1bd871a3b083ba106ef1da65RUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    04/03/2026 7:35 AM UTC
    sha256:e8d639b6cced2023e069810a22e05f57358f81ab573115f894deec33ecac7120RUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    04/03/2026 7:35 AM UTC
    ...