You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ckgapp doesn't load but the neo4j and juptyerhub load when using the current docker installation process. I just keep getting an internal server error. I tried some of the other fixes here but nothing has helped.
I am trying this on my windows desktop using docker. Please let me know if you have any updates.
The text was updated successfully, but these errors were encountered:
It sounds like you were able to build it at least, I'm getting this error:
$ docker build -t docker-ckg:latest .
=> ERROR [11/78] RUN python3 get-pip.py 0.3s
------
> [11/78] RUN python3 get-pip.py:
0.241 ERROR: This script does not work on Python 3.7. The minimum supported Python version is 3.8. Please use https://bootstrap.pypa.io/pip/3.7/get-pip.py instead.
------
Dockerfile:50
--------------------
48 | ## pip upgrade
49 | RUN wget https://bootstrap.pypa.io/get-pip.py
50 | >>> RUN python3 get-pip.py
51 | RUN pip3 install --upgrade pip
52 | RUN pip3 install setuptools
--------------------
ERROR: failed to solve: process "/bin/sh -c python3 get-pip.py" did not complete successfully: exit code: 1
Anyone have any advice? The CKG docs say python 3.7 is required, but the docker build script is failing.
The ckgapp doesn't load but the neo4j and juptyerhub load when using the current docker installation process. I just keep getting an internal server error. I tried some of the other fixes here but nothing has helped.
I am trying this on my windows desktop using docker. Please let me know if you have any updates.
The text was updated successfully, but these errors were encountered: