-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
is there a docker image on the hub #235
Comments
Hi @skr3178 We're not on dockerhub AFAIK. Have you tried the instructions here: https://graphein.ai/getting_started/installation.html#docker-install Let me know how you get on :) |
sudo docker compose -f docker-compose.cpu.yml up -d --build |
Did it work for you? Can I close the issue? |
docker/docs#16210 |
@rg314 Maybe you've got some insight? |
@skr3178 Please can you let me know what the output of this command is? |
You can also expose the port in the compose file Line 4 in 5118331
|
This command created an image after running 26 odd commands. This was successfull. |
Run docker-compose logs
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: skr3178 ***@***.***>
Sent: Wednesday, November 23, 2022 6:07:25 PM
To: a-r-j/graphein ***@***.***>
Cc: Ryan Greenhalgh ***@***.***>; Mention ***@***.***>
Subject: Re: [a-r-j/graphein] is there a docker image on the hub (Issue #235)
sudo docker compose -f docker-compose.cpu.yml up -d --build
@skr3178<https://github.com/skr3178> Please can you let me know what the output of this command is?
This command created an image after running 26 odd commands. This was successfull.
The image created is graphein-cpu
[image]<https://user-images.githubusercontent.com/79299617/203607150-3fa06b9d-40ac-426d-a133-99b45f0ed9db.png>
—
Reply to this email directly, view it on GitHub<#235 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AISU6OTCKIAX3JHBY6XZ4ETWJZFM3ANCNFSM6AAAAAASHAGZ5A>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
|
Sorry this wasn't clear you might need to put the service name as well I.e 'docker-compose logs graphein-gpu' or 'docker-compose logs graphein-cpu' |
not sure what should be looked at |
Are you on the master branch? I just tested and it worked for me |
Can you post the code lines to reproduce the same? |
|
Host machine
Inside the Container (Bash shell): |
is there a docker image on the hub?
On doing a search it seems there isn't on existing.
There seems to be multiple docker configuration with different dates of last update.
How to use docker build for a CPU without GPU support (which config to be used)?
The text was updated successfully, but these errors were encountered: