We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a73246b + 5324ff3 commit 8e15dd3Copy full SHA for 8e15dd3
Dockerfile.tmpl
@@ -261,6 +261,10 @@ RUN pip install scipy \
261
apt-get install -y pandoc && \
262
pip install essentia
263
264
+# #1281 Install numba MVC support:
265
+RUN pip install ptxcompiler-cu11 cubinlinker-cu11 --extra-index-url=https://pypi.nvidia.com
266
+ENV NUMBA_CUDA_ENABLE_MINOR_VERSION_COMPATIBILITY=1
267
+
268
RUN apt-get install -y git-lfs && \
269
/tmp/clean-layer.sh
270
0 commit comments