Skip to content

Commit

Permalink
Use CuPy 13 for NVIDIA NGC Base Image
Browse files Browse the repository at this point in the history
  • Loading branch information
SerodioJ committed Sep 18, 2023
1 parent a8a920c commit 9fec3e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/hpccm/build_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ def str2bool(string):

if is_devel:
pip_package_install = ("%s %s" % (pip_package_install, "git+https://github.com/cupy/cupy.git"))
else:
pip_package_install = ("%s %s" % (pip_package_install, "cupy==13.0.0b1"))
Stage0 += shell(commands=["rm -r /usr/local/lib/python3.10/dist-packages/cupy_cuda12x-12.0.0b3.dist-info"]) # not the best solution but it works


Stage0 += shell(commands=["pip3 install pip --upgrade"])

Expand Down

0 comments on commit 9fec3e6

Please sign in to comment.