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 run -d -it --gpus all --net=host --name unifold dptechnology/unifold:latest-pytorch1.11.0-cuda11.3 not run #59

Closed
maxshen29 opened this issue Oct 6, 2022 · 8 comments

Comments

@maxshen29
Copy link

No description provided.

@maxshen29
Copy link
Author

use
docker run -d -it --gpus all --net=host --name unifold dptechnology/unifold:latest-pytorch1.11.0-cuda11.3
not run

how to use dptechnology/unifold:latest-pytorch1.11.0-cuda11.3

@bernym12
Copy link

bernym12 commented Oct 6, 2022

I was able to run it.
You have to pull the image and then you should be able to run it

  1. Run docker pull dptechnology/unifold:latest-pytorch1.11.0-cuda11.3
  2. Run docker run --gpus all --rm -ti unifold:base bash

@maxshen29
Copy link
Author

i use , docker run --gpus all --rm -ti dptechnology/unifold:latest-pytorch1.11.0-cuda11.3 bash.
get erro :
exec /usr/bin/bash: no such file or directory

@guolinke
Copy link
Member

guolinke commented Oct 8, 2022

you can use

docker run -d -it --gpus all --net=host --name unifold dptechnology/unifold:latest-pytorch1.11.0-cuda11.3
docker attach unifold

to into docker

@maxshen29
Copy link
Author

get erro
exec /usr/bin/bash: no such file or directory

@ZiyaoLi
Copy link
Member

ZiyaoLi commented Oct 8, 2022

get erro exec /usr/bin/bash: no such file or directory

did you attached to the docker?

@bernym12
Copy link

bernym12 commented Oct 8, 2022

i use , docker run --gpus all --rm -ti dptechnology/unifold:latest-pytorch1.11.0-cuda11.3 bash. get erro : exec /usr/bin/bash: no such file or directory

Try just sh instead of bash then

Also, try the commands exactly as I mentioned.

@ZiyaoLi
Copy link
Member

ZiyaoLi commented Oct 9, 2022

It appears that the user solved this issue. I'm gonna close this.

@ZiyaoLi ZiyaoLi closed this as completed Oct 9, 2022
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

4 participants