on 2020 Aug 07 6:14 AM
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".
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
60 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.