Docker building problem
Hi Aaron, we are going to try to apply for this challenge but I'm having a problem when trying to start a session on Renku, the Docker cant be built it says: "The docker image build failed".
I tried to do it several times. Having a look at the pipeline I found this:
Step 6/6 : RUN if [ -n "$RENKU_VERSION" ] ; then pipx uninstall renku && pipx install --force renku==${RENKU_VERSION} ; fi
---> Running in 9778312cde29
upgrading shared libraries...
uninstalled renku!
What am I doing wrong? Why does this "/home/jovyan" appear here? Is it trying to install things in my computer?
I'd appreciate some help.
Thanks