Microsoft
Microsoft
TRELLIS
Container
Microsoft
Microsoft
TRELLIS

This container houses MSFT TRELLIS model which is a 3D AI model that generates high-quality 3D assets from text or image inputs.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
["/bin/bash" "-c" "/opt/nim/start_server.sh"]
04/03/2026 7:14 AM UTC
sha256:b715ab78375f8c6d0a35d213fa8bfa34f40f4545eb0ada40110965861cfc734fRUN
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
04/03/2026 7:14 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PYTHONWARNINGS=ignore:xFormers is available,ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
04/03/2026 7:14 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
04/03/2026 7:14 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
nvs:1000
04/03/2026 7:14 AM UTC
sha256:8b9ac8ef2289dfe3072189d9b23dca120c0878ab010a4923c3d45d3c7c34e17aRUN
chown 1000.1000 /home/triton-server
04/03/2026 7:14 AM UTC
sha256:d0ac3f27f0df60ceeee3575a742c8c1c1c242f49920fc8cd2e75833c157b8decRUN
mkdir /home/triton-server
04/03/2026 7:14 AM UTC
sha256:02dfb897683567e8213484dfb6a05d515da5ca84306faf4b764a188907023238RUN
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
04/03/2026 7:14 AM UTC
sha256:1ee2cebd1ccb57aa7dd02e24a640546c1b44cdf7b762ca16438ef625ecfa8675RUN
mkdir -p $NIM_CACHE_PATH &&
  chmod -R 1777 $NIM_CACHE_PATH
04/03/2026 7:14 AM UTC
sha256:15aaa98a1e193b74db2da5ee743ef787408e55ea24333ec9c990681b00c11689RUN
mkdir -p /.cache &&
  chmod -R 1777 /.cache
04/03/2026 7:14 AM UTC
...