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

Minor updates to the docker scripts #1628

Merged
merged 1 commit into from Dec 5, 2018
Merged

Conversation

neerajprad
Copy link
Member

@neerajprad neerajprad commented Dec 5, 2018

Tested on OSX (cpu image) and linux (gpu image) locally.

@@ -14,6 +14,7 @@ then
if [ ${cuda} = 1 ]; then conda install -y cuda90 -c pytorch; fi
else
conda install -y numpy pyyaml mkl mkl-include setuptools cmake cffi typing
conda install -c mingfeima mkldnn
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats this for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a requirement to build from source as stated here: https://github.com/pytorch/pytorch.

@eb8680 eb8680 merged commit 4158d09 into pyro-ppl:dev Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants