Skip to content

Commit c654412

Browse files
authored
Update Dockerfile.tmpl
1 parent 5982053 commit c654412

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,9 @@ RUN jupyter-nbextension disable nb_conda --py --sys-prefix && \
623623
jupyter-serverextension disable nb_conda --py --sys-prefix && \
624624
python -m nb_conda_kernels.install --disable
625625

626+
# Force only one libcusolver
627+
RUN rm /opt/conda/bin/../lib/libcusolver.so.11 && ln -s /usr/local/cuda/lib64/libcusolver.so.11 /opt/conda/bin/../lib/libcusolver.so.11
628+
626629
# Set backend for matplotlib
627630
ENV MPLBACKEND "agg"
628631

0 commit comments

Comments
 (0)