Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft]upgrade upstream to 2405 #1099

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add numpy because it is needed by hps_torch_plugin
  • Loading branch information
EmmaQiaoCh committed Jul 6, 2024
commit 3f4e03185165f508c1ef18a27b0c06cc732aecbd
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
Loading