NVIDIA
flux.1-dev
Container
NVIDIA
flux.1-dev

FLUX.1 is a state-of-the-art suite of image generation models

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    ["/bin/bash" "-c" "/opt/nim/start_server.sh"]
    06/11/2026 4:41 PM UTC
    sha256:826e7b252ed7b12e8f9906cc5ca900d8eed59f42cd8f3e9abd84d5584b38ed7bRUN
    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-2026 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
    06/11/2026 4:41 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    06/11/2026 4:41 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    06/11/2026 4:41 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    06/11/2026 4:41 PM UTC
    sha256:aadfd12c2aacdf3533f8f34f339afae1ea4794308777ce9e4883ca7c407d989eRUN
    chown 1000.1000 /home/triton-server
    06/11/2026 4:41 PM UTC
    sha256:17a30457a2c89c61c224eaa343088517ad2c010474ac18ba20358e3603bbc68cRUN
    mkdir /home/triton-server
    06/11/2026 4:41 PM UTC
    sha256:8c364360bef38feb7d23b944889f7dbc2936d8ba9a821acbabfe8bc683dfa524RUN
    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
    06/11/2026 4:41 PM UTC
    sha256:fc8559f1a5d75b45d6dea49e408c4cdf5b0252c7071887981269e321fca06797RUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    06/11/2026 4:41 PM UTC
    sha256:db38cc4874d6fdf0e4b053456a0959759e35f5c15a961f236b87028ecaee0f3dRUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    06/11/2026 4:41 PM UTC
    ...