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.
1 parent ba33535 commit 5324ff3Copy full SHA for 5324ff3
Dockerfile.tmpl
@@ -262,7 +262,7 @@ RUN pip install scipy \
262
pip install essentia
263
264
# #1281 Install numba MVC support:
265
-pip install ptxcompiler-cu11 cubinlinker-cu11 --extra-index-url=https://pypi.nvidia.com
+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 && \
0 commit comments