Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Last active July 20, 2017 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loretoparisi/72e75b77109eb0bb67508a9f1c9e9f1b to your computer and use it in GitHub Desktop.
Save loretoparisi/72e75b77109eb0bb67508a9f1c9e9f1b to your computer and use it in GitHub Desktop.
Intel MKL Docker file
# anaconda
RUN \
curl -O https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh && \
yes "yes" | bash Anaconda3-4.2.0-Linux-x86_64.sh && \
sudo bash -c ~/.bashrc
# conda dependencies: Intel MKL
RUN conda install -c anaconda mkl-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment