Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 68b5a5db authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Update alternatives to use Netlib and not OpenBlas

parent b0a07ef3
No related branches found
No related tags found
No related merge requests found
Pipeline #761844 passed
......@@ -52,6 +52,11 @@ RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN apt-get purge -y
RUN update-alternatives --set libblas.so-x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/blas/libblas.so
RUN update-alternatives --set libblas.so.3-x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/blas/libblas.so.3
RUN update-alternatives --set liblapack.so-x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/lapack/liblapack.so
RUN update-alternatives --set liblapack.so.3-x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3
# change the default shell to be bash
SHELL ["/bin/bash", "-c"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment