ForomePlatform / deploy

0 stars 0 forks source link

forome.azurecr.io: no such host #3

Open OmarLaham opened 4 months ago

OmarLaham commented 4 months ago

Hi, I'm trying to build using docker-compose. I have problem building the front and back-end.

ERROR: for anfisa-backend Get "https://forome.azurecr.io/v2/": dial tcp: lookup forome.azurecr.io: no such host ERROR: for anfisa-frontend Get "https://forome.azurecr.io/v2/": dial tcp: lookup forome.azurecr.io: no such host

I'm on Ubuntu and running the build command using sudo.

Thanks.

OmarLaham commented 4 months ago

Unfortunatelly data files are also not accessible examples: small data: https://forome-data.s3.us.cloud-object-storage.appdomain.cloud/pgp3140/pgp3140_wgs_hlpanel.zip https://forome-data.s3.us.cloud-object-storage.appdomain.cloud/misc/gene_db.zip big data: https://forome-data.s3.us.cloud-object-storage.appdomain.cloud/pgp3140/pgp3140_wgs_nist-v4.2.tar.gz

I was trying to run backend and frontend separately to solve the above reported issue, but I ended up here. I can comment downloading and unzipping them out, but will need many other modifications.

Appreciate your help. Thanks