deepmodeling / Uni-Mol

Official Repository for the Uni-Mol Series Methods
MIT License
605 stars 110 forks source link

The Colab notebook has lmdb error #187

Open ryan-pauling-ai opened 7 months ago

ryan-pauling-ai commented 7 months ago

Screen Shot 2023-11-27 at 5 16 11 PM

ZhouGengmo commented 7 months ago

It looks like unicore didn't install successfully. We'll try to fix this later. You can also run the binding pose prediction task in docker image

smilenaderi commented 4 months ago

How to run docker ? I cannot find documentation

smilenaderi commented 4 months ago

@ZhouGengmo docker run -it dptechnology/unimol:latest-pytorch1.11.0-cuda11.3

I can go inside docker but can't find program there

ZhouGengmo commented 4 months ago

The docker image doesn't contain the code, you need to copy it in

smilenaderi commented 4 months ago

Is there any tutorial os bunch of commands how to use docker? I coudn't figure it out