feat(docker): add data dir - #883
Merged
Mengsheng Wu (mengshengwu) merged 1 commit intoNov 21, 2025
Merged
Conversation
Copilot started reviewing on behalf of
RemiliaForever (RemiliaForever)
November 21, 2025 14:00
View session
RemiliaForever (RemiliaForever)
requested review from
Mengsheng Wu (mengshengwu) and
Zack Li (zhiyuan8)
November 21, 2025 14:00
Contributor
There was a problem hiding this comment.
Pull request overview
This PR simplifies the Docker mount configuration by introducing a user-friendly /data mount point instead of requiring users to mount the complex internal path /root/.cache/nexa.ai. The change creates a symlink from the internal cache directory to /data, making it easier for users to persist Nexa SDK data.
- Adds a
/datadirectory as the new recommended mount point for Docker volumes - Creates a symlink from
/root/.cache/nexa.aito/datafor transparent redirection - Simplifies the Docker run command for end users
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Mengsheng Wu (mengshengwu)
approved these changes
Nov 21, 2025
Mengsheng Wu (mengshengwu)
deleted the
feat/remilia/add_linux_docker_data_dir
branch
November 21, 2025 15:45
Zack Li (zhiyuan8)
pushed a commit
that referenced
this pull request
Jun 10, 2026
ci: restructure test layout — flatten sdk/benchmark, drop duplicate Python benchmark, run model cells on QDC
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.
change mount dir to
/data, so user no longer needs to pass the complex/root/.cache/nexa.aidocker run --rm -it --privileged \ -v /path/to/data:/data \ -e NEXA_TOKEN="YOUR_LONG_TOKEN_HERE" \ nexa4ai/nexasdk infer NexaAI/Granite-4.0-h-350M-NPU