Closed maxshen29 closed 2 years ago
I was able to run it. You have to pull the image and then you should be able to run it
docker pull dptechnology/unifold:latest-pytorch1.11.0-cuda11.3
docker run --gpus all --rm -ti unifold:base bash
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
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
get erro exec /usr/bin/bash: no such file or directory
get erro exec /usr/bin/bash: no such file or directory
did you attached to the docker?
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.
It appears that the user solved this issue. I'm gonna close this.
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