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"]
    01/19/2026 8:57 AM UTC
    sha256:4da9cdcac8cc61f1a7ea06d1b38bd98be9d13b12ab4431eada24070224b06f71RUN
    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
    01/19/2026 8:57 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    01/19/2026 8:57 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    01/19/2026 8:57 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    01/19/2026 8:57 AM UTC
    sha256:d3163cd2c0279473fe153a966123192f8a0543ff37ed01910742f7a66a40503cRUN
    chown 1000.1000 /home/triton-server
    01/19/2026 8:57 AM UTC
    sha256:965cab4e4827ae3e3332d4213f02a8744661d23b1771544bfd9ad8018a08c1dfRUN
    mkdir /home/triton-server
    01/19/2026 8:57 AM UTC
    sha256:b48ace0fe1dc1e9bbb23000915b003dc5ee38ac0df2381480d7c85fb8cf7aeb0RUN
    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
    01/19/2026 8:57 AM UTC
    sha256:d9cb000abd18725a4c054f8120b4457476fa881ef11c95e44a59e47462f172b2RUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    01/19/2026 8:57 AM UTC
    sha256:b274f5b3fa5399c8c6963281bd82d85f5511105a2c65f519a9eaeff3d5c494ecRUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    01/19/2026 8:57 AM UTC
    ...