- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi David,
I think it would be great to put this information in a Sticky. This way, the info will be easily visible for anybody that enters this forum. It is very important and useful info. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi David,
The following link is an example of a sticky (not sure whether Sticky is the right name): Intel® Distribution for Python 2017 Update 2 accelerates five key areas for impressive performance gains
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
gaston-hillar wrote:
Hi David,
I think it would be great to put this information in a Sticky. This way, the info will be easily visible for anybody that enters this forum. It is very important and useful info. :)
I've pinned the post as a sticky in the main forum.
Thanks,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
David,
Cool! I do believe it will help others that read this forum. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So is this docker image just running a python interpreter? You could just distribute a fat binary and that would normally suffice, I don't think you also need to ship the entire operating system and build environment along with it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sang,
Fat binary normally means multi-architecture support in a single binary (e.g. x86 & arm). Do you mean static binary? We are repackaging intel python as a docker container, and include python packages that load shared libraries.
The build environment is not included. For example gcc is not in the container. Because it is a python interpreter, it is difficult to predict what people will do with the container so we provide a simple example and Dockerfiles so users can customize to their needs.
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is super helpful! Thank you for Dockerizing Intel Python guys.
Question: Does this container support Intel Xeon Phi KNL x200 processor? Or do I need to declare any environment variables to enable Intel Python to use all 64-cores?
Thanks!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page