Skip to content

Commit d412f0c

Browse files
committed
pin ngcsdk
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 9cfb9e7 commit d412f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ uv pip install --no-build-isolation \
195195
-r /requirements-test.txt
196196

197197
# Install back ngcsdk, as a WAR for the protobuf version conflict with nemo_toolkit.
198-
uv pip install ngcsdk
198+
uv pip install ngcsdk==3.63.0 # Remove when https://nvidia.slack.com/archives/CEX3JC6SF/p1744898511311379 is fixed.
199199

200200
# Install nvidia-pytriton which seems to cause a conflict with pyzmq versions
201201
uv pip install nvidia-pytriton # Temporary dependency until this gets added to requirements_nlp.txt in NeMo.

0 commit comments

Comments
 (0)