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

can't connect to server #1

Open
fabricesenger opened this issue Feb 12, 2024 · 7 comments
Open

can't connect to server #1

fabricesenger opened this issue Feb 12, 2024 · 7 comments

Comments

@fabricesenger
Copy link

Hello !

image

Hi there I pulled the container via docker desktop ... now I want to run the dekstop following the instruction for local use, unfortunatly I can't connect to the given adress

Any hints are welcome,

Fabrice.

@romainGuiet
Copy link
Member

Hi Fabrice,
I'm sorry it's a silly question but just to clarify, you pulled the image but did you ran it using the command :
docker run -it --rm -p 8888:8888 --gpus device=0 biop/biop-desktop:0.0.7
Cheers,
Romain

@fabricesenger
Copy link
Author

fabricesenger commented Feb 12, 2024 via email

@romainGuiet
Copy link
Member

From docker desktop, using the Run image it opens the window "Run a new container",
image
click on "optional settings" , and enter 8888 in the second Host port
image
after clicking RUN, it starts:
image
You can now open the http://127.0.0.1:8888/lab

I still recommend to use a command line like docker run -it --rm -p 8888:8888 --gpus device=0 biop/biop-desktop:0.0.7 so you can specify the gpu option. (I guess it's do-able in docker desktop too, I just don't know how )

Let me know if it works for you!

Cheers,

R

@fabricesenger
Copy link
Author

fabricesenger commented Feb 14, 2024 via email

@fabricesenger
Copy link
Author

fabricesenger commented Feb 14, 2024 via email

@romainGuiet
Copy link
Member

romainGuiet commented Feb 14, 2024

aaand it's running

Great ! with the docker desktop or command ?
Can I ask for a screen shot ? 😁

Second option is still a little bit puzzling to me (i will try to work this out ) as it is not obvious as to how to acces the terminal

You can simply ask a windows command prompt and type docker run ...

@fabricesenger
Copy link
Author

fabricesenger commented Feb 14, 2024 via email

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