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

Check for supported CPU in entrypoint #592

Merged
merged 1 commit into from
Aug 28, 2019
Merged

Conversation

deadeyegoodwin
Copy link
Contributor

No description provided.

echo " the CPU detected was $(cat /proc/cpuinfo |grep "model name" | sed 's/^.*: //' | sort -u), which does not report"
echo " support for AVX. An Illegal Instrution exception at runtime is likely to result."
echo " See https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX ."
sleep 2
Copy link
Contributor

Choose a reason for hiding this comment

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

Why sleep 2?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know... just copying what is used in the other framework containers.

@deadeyegoodwin deadeyegoodwin merged commit 540c4d4 into master Aug 28, 2019
@deadeyegoodwin deadeyegoodwin deleted the davidg-entrypoint branch August 28, 2019 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants