Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

Dockerhub intelpython update

peters__kurt
新手
3,034 次查看
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.

I then do a:
Conda install -c conda-forge -y jupyterlab
Any thoughts?

Regards,
Kurt
标签 (2)
0 项奖励
1 解答
RashmiP_Intel
主持人
3,008 次查看

Hi,

  

Thanks for reaching to Intel® Distribution for Python* forum.

 

The latest version of intelpython is 2021.2.

We had also observed that 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).

 

Command for pulling docker image:

docker pull intel/oneapi-aitoolkit

 

For more information about aitoolkit visit: https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html#gs.16omv2

 

In above docker, 2021.2/base environments, scikit-learn, xgboost, daal4py these libraries are preinstalled. Other you have to install manually.

You can install packages using below command:

conda install -c intel <package-name>

 

You can also change version of intelpython in dockerfile(pls refer dockerfile I have attached).

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.

 

I am attaching the dockerfile here.

Please try it and if you are still facing issues please share the detailed error.

 

Regards,

Rashmi

 

在原帖中查看解决方案

0 项奖励
3 回复数
RashmiP_Intel
主持人
3,009 次查看

Hi,

  

Thanks for reaching to Intel® Distribution for Python* forum.

 

The latest version of intelpython is 2021.2.

We had also observed that 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).

 

Command for pulling docker image:

docker pull intel/oneapi-aitoolkit

 

For more information about aitoolkit visit: https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html#gs.16omv2

 

In above docker, 2021.2/base environments, scikit-learn, xgboost, daal4py these libraries are preinstalled. Other you have to install manually.

You can install packages using below command:

conda install -c intel <package-name>

 

You can also change version of intelpython in dockerfile(pls refer dockerfile I have attached).

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.

 

I am attaching the dockerfile here.

Please try it and if you are still facing issues please share the detailed error.

 

Regards,

Rashmi

 

0 项奖励
RashmiP_Intel
主持人
2,956 次查看

Hi,


We haven't heard back from you. Could you please give us an update?


Thanks.


0 项奖励
RashmiP_Intel
主持人
2,889 次查看

Hi,


Thanks for accepting our solution. If you need any additional information, please submit a new question as this thread will no longer be monitored.


Regards,

Rashmi


0 项奖励
回复