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"]
    02/12/2026 3:40 PM UTC
    sha256:84b8dc9b6dcd87996abdc3efbfdf974b0a366cfbb8bd91bc8876af1c542e3c80RUN
    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
    02/12/2026 3:40 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    02/12/2026 3:40 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    02/12/2026 3:40 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    02/12/2026 3:40 PM UTC
    sha256:edf6a03a0f07c9664b4113e39b2dcbd47699b5fc3162d0b354bd0a710e563752RUN
    chown 1000.1000 /home/triton-server
    02/12/2026 3:40 PM UTC
    sha256:dd5bed636460da0ea3a9c6d0a110d866a1af71d69f002ddaa5831c1329c11804RUN
    mkdir /home/triton-server
    02/12/2026 3:40 PM UTC
    sha256:3baeb8a74d275ba34859c48d28519dc9678aa78c8f0fa4d51a4426d4425812e5RUN
    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
    02/12/2026 3:40 PM UTC
    sha256:9f7376727d6bde21b92f05111aab73cfe144fd4f0bd00086853b14c78f335e84RUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    02/12/2026 3:40 PM UTC
    sha256:35017e6d3d3276e1e91046d6ed692ccfc948cf8dbe75945765c021d95ed6dafbRUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    02/12/2026 3:40 PM UTC
    ...