Skip to content

Commit

Permalink
Add RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored Aug 10, 2023
1 parent ba33535 commit 5324ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ RUN pip install scipy \
pip install essentia

# #1281 Install numba MVC support:
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
ENV NUMBA_CUDA_ENABLE_MINOR_VERSION_COMPATIBILITY=1

RUN apt-get install -y git-lfs && \
Expand Down

0 comments on commit 5324ff3

Please sign in to comment.