We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0342382 commit aecca28Copy full SHA for aecca28
1 file changed
Dockerfile
@@ -195,7 +195,7 @@ uv pip install --no-build-isolation \
195
-r /requirements-test.txt
196
197
# Install back ngcsdk, as a WAR for the protobuf version conflict with nemo_toolkit.
198
-uv pip install ngcsdk
+uv pip install ngcsdk==3.63.0 # Remove when https://nvidia.slack.com/archives/CEX3JC6SF/p1744898511311379 is fixed.
199
200
# Addressing security scan issue - CVE vulnerability https://github.com/advisories/GHSA-g4r7-86gm-pgqc The package is a
201
# dependency of lm_eval from NeMo requirements_eval.txt. We also remove zstandard, another dependency of lm_eval, which
0 commit comments