Skip to content

ckg app doesn't load #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gsoni1 opened this issue May 13, 2024 · 2 comments
Open

ckg app doesn't load #113

gsoni1 opened this issue May 13, 2024 · 2 comments

Comments

@gsoni1
Copy link

gsoni1 commented May 13, 2024

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.

@KastanDay
Copy link

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.

@KastanDay
Copy link

Update, chagning line 49 of the Dockerfile fixed it:

Old: RUN wget https://bootstrap.pypa.io/get-pip.py
New: RUN wget https://bootstrap.pypa.io/pip/3.7/get-pip.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants