Skip to content
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

[docker build] Docker image size of 64 Gb instead of 150 Gb #70

Closed
KR-15 opened this issue Jan 18, 2022 · 3 comments
Closed

[docker build] Docker image size of 64 Gb instead of 150 Gb #70

KR-15 opened this issue Jan 18, 2022 · 3 comments

Comments

@KR-15
Copy link

KR-15 commented Jan 18, 2022

Hi,

I was installing the CKG on a windows 10 platform using the tutorial with the following command:

$ cd CKG/
$ docker build -t docker-ckg:latest .

I think everything went well (see attached log file from windows prompt) but the final image in Docker Desktop is approximately 64 Gb instead of 150 Gb mentioned in the tutorial so I was wondering if this was normal ?

CKG_container_build_windprompt.txt

Just to notice that following this I have just tried to run the image from Docker Desktop and open it using google chrome web browser and I have succeeded to connect to JupyterHub, Neo4j browser and web browser access CKG app. so I guess connection is ok but what about the size of the image ?

Thank for you feedback.

Best,

KR

@albsantosdel
Copy link
Collaborator

Hi,
The final volume of the image is actually lower than 150Gb after some of the changes we made in the dockerfile also depending on whether you include the licensed databases or not. It seems that you successfully built the docker image but to confirm that everything went well, you can check in the Neo4j browser (localhost:7474) the number of nodes and relationships (and types) to make sure that the dump file was correctly loaded into the database.
If the loading was correct, you should see something like this with maybe different numbers if you included the licensed databases:
image

I will suggest a change in the documentation to clarify the volume of the image.

@KR-15
Copy link
Author

KR-15 commented Feb 15, 2022

Hi @albsantosdel,

Thanks a lot for all of your replies and your valued help. I have seen both of your answers about this issue and issue #71 but as you suggest I will first handle this one.

I took a look on the number of nodes and relationships (and types) of Neo4j browser (localhost:7474) and I think that everything went well. You can see in the screenshots attached my Neo4J browser. Normally, I have also done the minimal update and included the licensed database.

Neo4J_Node_Labels
Neo4J_Relationship_types
Neo4J_Property_keys

What do you think ?

Thanks again for your help. I will check now the issue #71

KR

@albsantosdel
Copy link
Collaborator

I think it looks good!

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