<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dockerhub intelpython update in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1282741#M1675</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching to Intel® Distribution for Python* forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The latest version of intelpython is 2021.2.&lt;/P&gt;
&lt;P&gt;We had also observed that&amp;nbsp;intelpython images in dockerhub contain 2020.2 version and we are following up with concerned team regarding the same. Meanwhile you can use intel/oneapi-aitoolkit image it contains preinstalled latest version of intelpython(2021.2).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command for pulling docker image:&lt;/P&gt;
&lt;P&gt;docker pull intel/oneapi-aitoolkit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information about aitoolkit visit: &lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html#gs.16omv2" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html#gs.16omv2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In above docker, 2021.2/base environments, scikit-learn, xgboost, daal4py these libraries are preinstalled. Other you have to install manually.&lt;/P&gt;
&lt;P&gt;You can install packages using below command:&lt;/P&gt;
&lt;P&gt;conda install -c intel &amp;lt;package-name&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also change version of intelpython in dockerfile(pls refer dockerfile I have attached).&lt;/P&gt;
&lt;P&gt;I tried to reproduce issue you mentioned regarding installation of libraries, but I can build a docker using dockerfile and not facing any issues in installing dependencies you mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the dockerfile here.&lt;/P&gt;
&lt;P&gt;Please try it and if you are still facing issues please share the detailed error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rashmi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 14:09:00 GMT</pubDate>
    <dc:creator>RashmiP_Intel</dc:creator>
    <dc:date>2021-05-19T14:09:00Z</dc:date>
    <item>
      <title>Dockerhub intelpython update</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1282353#M1674</link>
      <description>It seems the dockerhub version of Intelpython hasn’t been changed in over Six months and is “stuck” at 2020.2. Does anyone know when/if it will be updated? I tried myself, by using their dockerfile, but conda fails solving for dependencies for some of the extra items I install In The docker myself: jupyter_core, tensorflow-mkl, scikit-learn, xgboost, daal4py, keras.&lt;BR /&gt;&lt;BR /&gt;I then do a:&lt;BR /&gt;Conda install -c conda-forge -y jupyterlab&lt;BR /&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kurt</description>
      <pubDate>Tue, 18 May 2021 13:18:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1282353#M1674</guid>
      <dc:creator>peters__kurt</dc:creator>
      <dc:date>2021-05-18T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dockerhub intelpython update</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1282741#M1675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching to Intel® Distribution for Python* forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The latest version of intelpython is 2021.2.&lt;/P&gt;
&lt;P&gt;We had also observed that&amp;nbsp;intelpython images in dockerhub contain 2020.2 version and we are following up with concerned team regarding the same. Meanwhile you can use intel/oneapi-aitoolkit image it contains preinstalled latest version of intelpython(2021.2).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command for pulling docker image:&lt;/P&gt;
&lt;P&gt;docker pull intel/oneapi-aitoolkit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information about aitoolkit visit: &lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html#gs.16omv2" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html#gs.16omv2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In above docker, 2021.2/base environments, scikit-learn, xgboost, daal4py these libraries are preinstalled. Other you have to install manually.&lt;/P&gt;
&lt;P&gt;You can install packages using below command:&lt;/P&gt;
&lt;P&gt;conda install -c intel &amp;lt;package-name&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also change version of intelpython in dockerfile(pls refer dockerfile I have attached).&lt;/P&gt;
&lt;P&gt;I tried to reproduce issue you mentioned regarding installation of libraries, but I can build a docker using dockerfile and not facing any issues in installing dependencies you mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the dockerfile here.&lt;/P&gt;
&lt;P&gt;Please try it and if you are still facing issues please share the detailed error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rashmi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 14:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1282741#M1675</guid>
      <dc:creator>RashmiP_Intel</dc:creator>
      <dc:date>2021-05-19T14:09:00Z</dc:date>
    </item>
    <item>
      <title>Re:Dockerhub intelpython update</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1284709#M1676</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;We haven't heard back from you. Could you please give us an update?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2021 04:48:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1284709#M1676</guid>
      <dc:creator>RashmiP_Intel</dc:creator>
      <dc:date>2021-05-26T04:48:27Z</dc:date>
    </item>
    <item>
      <title>Re:Dockerhub intelpython update</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1287701#M1691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, sans-serif;"&gt;Thanks for accepting our solution. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, sans-serif;"&gt;Rashmi&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 12:24:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Dockerhub-intelpython-update/m-p/1287701#M1691</guid>
      <dc:creator>RashmiP_Intel</dc:creator>
      <dc:date>2021-06-07T12:24:20Z</dc:date>
    </item>
  </channel>
</rss>

