Skip to content

Commit

Permalink
#1281 numba mvc support
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored Aug 9, 2023
1 parent 2a8c4dd commit ba33535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ RUN pip install scipy \
apt-get install -y pandoc && \
pip install essentia

# #1281 Install numba MVC support:
pip install ptxcompiler-cu11 cubinlinker-cu11 --extra-index-url=https://pypi.nvidia.com
ENV NUMBA_CUDA_ENABLE_MINOR_VERSION_COMPATIBILITY=1

RUN apt-get install -y git-lfs && \
/tmp/clean-layer.sh

Expand Down

0 comments on commit ba33535

Please sign in to comment.