Skip to content

Commit

Permalink
Add numpy because it is needed by hps_torch_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh committed Jul 6, 2024
1 parent 3249d46 commit 3f4e031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile.merlin.ctr
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN pip install --no-cache-dir --upgrade pip; pip install --no-cache-dir "cmake<
nvidia-pyindex pybind11 pytest \
"scikit-learn<1.2" \
tritonclient[all]
RUN pip install --no-cache-dir onnx onnxruntime pycuda
RUN pip install --no-cache-dir numpy==1.22.4 onnx onnxruntime pycuda
RUN pip install --no-cache-dir onnx_graphsurgeon --index-url https://pypi.ngc.nvidia.com

# Triton Server
Expand Down

0 comments on commit 3f4e031

Please sign in to comment.