NVIDIA-NeMo / NVIDIA-NeMo/Guardrails
bug: snowflake embedding model not pre-cached in jailbreak detection Dockerfile
@Pouyanpi is already working on this.
Since Mar 30, 2026.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 842
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 25
Description
just noticed a pre-existing issue, not introduced by this PR. The container downloads the Snowflake/snowflake-arctic-embed-m-long model at runtime on first startup, meaning the container requires internet access to start and the trust_remote_code prompt fires without explicit optin. The Dockerfile pre-downloads GPT2 at build time but not the Snowflake embedding model.
as a follow-up, we should add a similar RUN python -c "..." to both Dockerfiles to pre-cache it during the build.
Originally posted by @Pouyanpi in https://github.com/NVIDIA-NeMo/Guardrails/pull/1596#pullrequestreview-3815086088
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.