cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to add tensorflow in SAP Data Intelligence

former_member606704
Discoverer
0 Kudos
437

di-1.jpgdi-2.jpgI am trying to create a pipeline that uses keras and tensorflow. When I build a docker file for tags to use tensorflow in pipeline, the build is getting failed with the error message "build failed for image: registry.sapdatahub.com:5000/vora/vflow-node-860d473b45855f3f697b463e88a9c04a3c6710e6:3.0.24-Keras-20200807-050838".

View Entire Topic
elimase101
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

It works for me adding the following two lines after the FROM statement

RUN pip install --upgrade pip
RUN pip install --upgrade setuptools

In general to debug these errors, after your building has failed you can select the avatar icon on the top right of the Modeler screen and then select "Download Diagnostic Information", you will find the .txt with the logs inside api-pods > pipeline-modeler-*

Hope this solves your issue

Regards,
Elisa