Skip to content

fix: streamline library distribution for 26.05 upstream container build#191

Merged
mc-nv merged 2 commits into
r26.05from
mchornyi/TRI-1038/build-against-upstream
May 11, 2026
Merged

fix: streamline library distribution for 26.05 upstream container build#191
mc-nv merged 2 commits into
r26.05from
mchornyi/TRI-1038/build-against-upstream

Conversation

@mc-nv
Copy link
Copy Markdown
Contributor

@mc-nv mc-nv commented May 9, 2026

Summary

Updates library distribution for building against the 26.05 upstream PyTorch container.

  • Remove RHEL/non-RHEL conditional logic for libjpeg and libpng16 — always use the versioned .so files (libjpeg.so.62, libpng16.so.16) copied directly from the PyTorch image
  • Drop the fallback docker copy path that pulled unversioned libjpeg.so.8.2.2 from the host lib dir
  • Remove the post-install symlink block (ln -sf libpng16.so libpng16.so.16, ln -sf libjpeg.so libjpeg.so.8) since the versioned files are now distributed directly

Part of TRI-1038: Build against latest upstream container (26.05).

@mc-nv mc-nv self-assigned this May 9, 2026
@mc-nv mc-nv changed the title Mchornyi/tri 1038/build against upstream fix: streamline library distribution for 26.05 upstream container build May 9, 2026
@mc-nv mc-nv merged commit 59e94c1 into r26.05 May 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants