NVIDIA
FLUX.1-schnell
Container
NVIDIA
FLUX.1-schnell

FLUX.1-schnell is a distilled image generation model, producing high quality images at fast speeds.

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    ["/bin/bash" "-c" "/opt/nim/start_server.sh"]
    01/19/2026 8:57 AM UTC
    sha256:1e5017c846c7210b88cea5a4748c489cb5edc5b2f6fb04e5174d331a7826b1ccRUN
    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:e630652c8aa6662d78ead11f3d7e6a5cac5d5f488ce9328d13b17a2f38221ca8RUN
    chown 1000.1000 /home/triton-server
    01/19/2026 8:57 AM UTC
    sha256:2f61febb137b0bfc334fc04e0e6e7b20a3c1b197b5af8e9daa544cd990629474RUN
    mkdir /home/triton-server
    01/19/2026 8:57 AM UTC
    sha256:a4dc1b5d7347c678b3ae4a5a69ef615bf91a2d1956392a8f8e7e5a8cf70423a9RUN
    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:711f7f69a247ebbe8598465e6ce6cf241344bc001d34f0edbe21a43f1053be7aRUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    01/19/2026 8:57 AM UTC
    sha256:79a001bd68688d2e0c614c8269af65453fce66ec29a36ae199f5af9a1a36df23RUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    01/19/2026 8:57 AM UTC
    ...