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"]
    06/11/2026 5:10 PM UTC
    sha256:0a58a4b979374bd88f208567b572f4679a098f3a87e3ebf7781de66b3ce34b81RUN
    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 5:10 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    06/11/2026 5:10 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    06/11/2026 5:10 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    06/11/2026 5:10 PM UTC
    sha256:22794de8c3f62ac091b09f3ea097dc5193ed6eb5749d3fee69ab555c185c38bfRUN
    chown 1000.1000 /home/triton-server
    06/11/2026 5:10 PM UTC
    sha256:78e2a364de570814ee30b841ba893ebfd7eb413c7f4e74b1bcf7f8b362c2cadfRUN
    mkdir /home/triton-server
    06/11/2026 5:10 PM UTC
    sha256:96d7c70fdf0c3572fdd0a30a71693afc5b1684c295b362304c8437495d6af4d9RUN
    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 5:10 PM UTC
    sha256:4113e1843742e5b7013a9b0ee303b9ab0541fe99bf0d705e801a089a7e0ba82aRUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    06/11/2026 5:10 PM UTC
    sha256:844d527ff39cc34d0e9b8add7af935c684cbc28fd2685a3aa039d3566f8ed46fRUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    06/11/2026 5:10 PM UTC
    ...