Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster install using Anaconda #361

Open
pcmoritz opened this issue Aug 9, 2016 · 1 comment
Open

Cluster install using Anaconda #361

pcmoritz opened this issue Aug 9, 2016 · 1 comment

Comments

@pcmoritz
Copy link
Collaborator

pcmoritz commented Aug 9, 2016

Anaconda can be preferable to the system Python:

  • it has MKL already integrated, which is often faster and also better at utilizing multiple cores
  • installing packages like scipy, theano that need native extensions is easier as the dependencies are already packaged up

We should therefore support installation with Anaconda in the cluster.py script.

See also http://conda.pydata.org/docs/help/silent.html

@robertnishihara
Copy link
Collaborator

robertnishihara commented Aug 21, 2016

Perhaps more importantly, our Dockerfile should use Anaconda, see https://github.com/ContinuumIO/docker-images/blob/master/anaconda/Dockerfile.
@jssmith

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants