Finder icon indicating copy to clipboard operation
Finder copied to clipboard

error when downloading docker image

Open yz42 opened this issue 2 years ago • 1 comments

Hi, I am trying to download a docker image of finder but encountered a error, here is the error information:

 => ERROR [44/53] RUN mkdir -p /softwares/NCBIBLAST &&  cd /softwares/NCBIBLAST &&   wget https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.12.0+-x64-linux.tar.gz &&  tar -xvzf /  1.0s
------
 > [44/53] RUN mkdir -p /softwares/NCBIBLAST &&         cd /softwares/NCBIBLAST &&      wget https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.12.0+-x64-linux.tar.gz &&        tar -xvzf /softwares/NCBIBLAST/ncbi-blast-2.12.0+-x64-linux.tar.gz:
#48 0.324 --2022-03-15 13:00:29--  https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.12.0+-x64-linux.tar.gz
#48 0.325 Resolving ftp.ncbi.nlm.nih.gov (ftp.ncbi.nlm.nih.gov)... 130.14.250.11, 130.14.250.12, 2607:f220:41e:250::13, ...
#48 0.445 Connecting to ftp.ncbi.nlm.nih.gov (ftp.ncbi.nlm.nih.gov)|130.14.250.11|:443... connected.
#48 0.864 HTTP request sent, awaiting response... 404 Not Found
#48 0.989 2022-03-15 13:00:29 ERROR 404: Not Found.
#48 0.989
------
executor failed running [/bin/sh -c mkdir -p /softwares/NCBIBLAST &&    cd /softwares/NCBIBLAST &&      wget https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-${NCBI_VERSION}+-x64-linux.tar.gz &&        tar -xvzf /softwares/NCBIBLAST/ncbi-blast-${NCBI_VERSION}+-x64-linux.tar.gz]: exit code: 8

It seems the program failed to download a certain version of Blast. Could you fix this? Thank you for any help provided.

Best, Yangzi

yz42 avatar Mar 15 '22 17:03 yz42