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 5982053 commit c654412Copy full SHA for c654412
Dockerfile.tmpl
@@ -623,6 +623,9 @@ RUN jupyter-nbextension disable nb_conda --py --sys-prefix && \
623
jupyter-serverextension disable nb_conda --py --sys-prefix && \
624
python -m nb_conda_kernels.install --disable
625
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
+
629
# Set backend for matplotlib
630
ENV MPLBACKEND "agg"
631
0 commit comments