dptech-corp / Uni-Fold

An open-source platform for developing protein models beyond AlphaFold.
https://doi.org/10.1101/2022.08.04.502811
Apache License 2.0
380 stars 74 forks source link

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

Closed maxshen29 closed 2 years ago

maxshen29 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

ZiyaoLi commented 2 years ago

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

did you attached to the docker?

bernym12 commented 2 years ago

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 commented 2 years ago

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