Skip to content

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! 🌟 Fatal error from pip prevented installation. Full pip output in file: /home/jovyan/.local/pipx/logs/cmd_2021-10-06_10.09.19_pip_errors.log pip seemed to fail to build package: rdflib-jsonld<0.6,>=0.4.0 Some possibly relevant errors from pip install: ERROR: Could not find a version that satisfies the requirement rdflib-jsonld<0.6,>=0.4.0 (from pyshacl) (from versions: 0.2, 0.3, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2) ERROR: No matching distribution found for rdflib-jsonld<0.6,>=0.4.0 Error installing renku from spec 'renku==0.16.1.post1'. creating virtual environment... installing renku from spec 'renku==0.16.1.post1'... The command '/bin/bash -o pipefail -c if [ -n "$RENKU_VERSION" ] ; then pipx uninstall renku && pipx install --force renku==${RENKU_VERSION} ; fi' returned a non-zero code: 1 Cleaning up file based variables 00:05 ERROR: Job failed: exit code 1

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