Skip to content

Commit 5324ff3

Browse files
authored
Add RUN
1 parent ba33535 commit 5324ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ RUN pip install scipy \
262262
pip install essentia
263263

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

268268
RUN apt-get install -y git-lfs && \

0 commit comments

Comments
 (0)