Closed arif24v closed 1 week ago
When I get to the point of running docker compose up in the guide, I get the following error message:
docker compose up
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.
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.
When I get to the point of running
docker compose up
in the guide, I get the following error message:As a side note, I am using MacOS Apple Silicon.