NVIDIA-BioNeMo-blueprints / generative-virtual-screening

NVIDIA BioNeMo blueprint for generative AI-based virtual screening
https://build.nvidia.com/nvidia/generative-virtual-screening-for-drug-discovery
Apache License 2.0
31 stars 16 forks source link

Authorization Error When Running 'docker compose up' #2

Closed arif24v closed 1 week ago

arif24v commented 2 months ago

When I get to the point of running docker compose up in the guide, I get the following error message:

WARN[0000] /Users/arifv/Desktop/GitHub/generative-virtual-screening/deploy/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 3/3
 ✘ molmim Error    context canceled                                                                                                                                      1.5s 
 ✘ alphafold Error unauthorized: <html>                                                                                                                                  1.4s 
<head><title>401 Authorization Required</title></head>                                                                                                                   1.4s 
<body>
<center><h1>401 Authorization Required</h1>...                  1.5s 
 ✘ diffdock Error  context canceled                                                                                                                                      1.5s 
Error response from daemon: unauthorized: <html>
<head><title>401 Authorization Required</title></head>
<body>
<center><h1>401 Authorization Required</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>

As a side note, I am using MacOS Apple Silicon.

edawson commented 2 weeks ago

Hi @arif24v - we've added some instructions to address this with an MR #3 . However, note that this blueprint won't run on Apple Silicon and you'll need an NVIDIA GPU to run using the docker compose setup.