Skip to content

Commit

Permalink
update version of cupy to be 12.0.0 minimum (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Apr 7, 2023
1 parent 46846ed commit b5b06dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile.merlin
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ RUN pip install --no-cache-dir --upgrade pip; pip install --no-cache-dir "cmake<

# cupy-cuda wheels come from a different URL on aarch64
RUN if [ $(uname -m) == "aarch64" ] ; then \
pip install cupy-cuda115 -f https://pip.cupy.dev/aarch64/ ; \
pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64/ ; \
else \
pip install cupy-cuda117 ; \
pip install cupy-cuda11x ; \
fi

# tritonclient[all]==2.29.0: latest tritonclient removes the perf_* binaries, so specified to version 2.29.0
Expand Down

0 comments on commit b5b06dd

Please sign in to comment.