We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfb9e7 commit d412f0cCopy full SHA for d412f0c
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
# Install nvidia-pytriton which seems to cause a conflict with pyzmq versions
201
uv pip install nvidia-pytriton # Temporary dependency until this gets added to requirements_nlp.txt in NeMo.
0 commit comments