Feat/forecast inference dataset creation from superjuice#18
Merged
khintz merged 32 commits intodmidk:mainfrom Jan 27, 2026
Merged
Conversation
…feat/forecast-inference-dataset-creation
…feat/forecast-inference-dataset-creation
- expose container build program with env var so we can use docker on DGX Spark - use nvidia docker registry for ARM nvidia image on ARM platforms - install with pip directly into system python site-packages (with overwrite) while setting torch version constraint (otherwise dependencies install overwrites the pytorch install) - optionally use pip directly inside container (rather than via uv) to ensure we use system python without venv
Use pytorch base image with CUDA>=12.8 (we'll need the same for DGX Spark), update README with instructions to handle missing podman configuration for CUDA devices pass-through and default to not using `uv` in container.
…feat/forecast-inference-dataset-creation-from-superjuice
khintz
reviewed
Jan 27, 2026
|
|
||
| ## Building image and running inference | ||
|
|
||
| Currently building the image and running inference is only supported on the "superjuice" machine (`27sj894.dmi.dk`). |
Contributor
There was a problem hiding this comment.
Would you not expect it work on one of the sparks?
khintz
reviewed
Jan 27, 2026
|
|
||
| In a rootless Podman setup without system-level NVIDIA integration: | ||
|
|
||
| - --gpus all is a no-op |
Contributor
There was a problem hiding this comment.
no-op ?
Does this meaning it really does nothing ?
Contributor
|
I think this looks good. Still a lot of work needed, but let's iterate on that as we proceed. |
khintz
approved these changes
Jan 27, 2026
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.
Add files I forgot to commit on superjuice