Hello,
I am trying to build an Dockerfile containing this:
FROM $com.sap.sles.base RUN python3.6 -m pip install numpy==1.16.4 --user RUN python3.6 -m pip install pandas==0.24.0 --user RUN python3.6 -m pip install sklearn --user
I never get the message that the build was completed succesfully. However, after a while the tag shows up in the modeller and I can attach it to a group. But when I run the pipeline I get the error:
failed to prepare graph description: failed to prepare image: error building docker image. Docker daemon error: The command '/bin/sh -c python3.6 -m pip install numpy==1.16.4 --user' returned a non-zero code: 1

So anyone knows what to do to fix the problem?
Thanks in advanced