Add Dockerfile for ARM64/DGX Spark support#85
Open
LalithShiyam wants to merge 2 commits intocoendevente:mainfrom
Open
Add Dockerfile for ARM64/DGX Spark support#85LalithShiyam wants to merge 2 commits intocoendevente:mainfrom
LalithShiyam wants to merge 2 commits intocoendevente:mainfrom
Conversation
- Uses NVIDIA NGC PyTorch 25.01 container for proper ARM64 CUDA support - Preserves NGC PyTorch to avoid CPU-only pip version - Pins numpy<2 for compatibility with NGC PyTorch - Tested on DGX Spark with NVIDIA GB10 GPU Co-Authored-By: Claude <noreply@anthropic.com> Generated with Claude Code
3a0a62d to
1ad7e4c
Compare
Co-Authored-By: Claude <noreply@anthropic.com> Generated with Claude Code
Author
|
Hi @coendevente, thanks a lot for the great work on this project. We are using DGX Spark as our primary platform for running SlicerNNInteractive. Since the hardware is very recent, we ran into a few expected compatibility issues (e.g., CUDA 13.0, sm_121). Recent PyTorch releases and updated NGC base images resolve most of these problems. This PR adds a new Dockerfile that installs and runs SlicerNNInteractive cleanly on DGX systems. The goal is to provide a reproducible setup for DGX-class hardware without requiring manual workarounds. Happy to adjust or iterate if you prefer a different approach. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds ARM64 support for running the nnInteractive server on NVIDIA DGX Spark systems (and other ARM64 platforms with NVIDIA GPUs).
Key changes:
Dockerfile.arm64using NVIDIA NGC PyTorch 25.01 container as baseTested on:
Build & Run:
Test plan
🤖 Generated with Claude Code