From 596d6ab2149981c804a6ad318ac20cd60ba920bb Mon Sep 17 00:00:00 2001 From: Niklas Rindtorff Date: Thu, 12 Jan 2023 19:00:05 +0000 Subject: [PATCH] referenced labdao-apps ghcr as long as numpy issue persists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881c5c8b..f8b06395 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ cd /home/ubuntu git clone https://github.com/labdao/equibind.git # running the container on ubuntu linux -docker run -v /home/ubuntu/equibind/test:/inputs -v /home/ubuntu:/outputs ghcr.io/labdao/equibind:main python main.py --protein /inputs/test.pdb --small_molecule_library /inputs/test.sdf +docker run -v /home/ubuntu/equibind/test:/inputs -v /home/ubuntu:/outputs ghcr.io/labdao-apps/equibind:main python main.py --protein /inputs/test.pdb --small_molecule_library /inputs/test.sdf ``` ## Public Container Execution