Open erichy91 opened 1 year ago
Hi,
Which instructions are you following? There are none that I know that require you to run docker-entrypoint.sh.
In addition, if you are using the Docker image there's no need to specify --data-index. If not, it looks like you specified the wrong path to index.yaml.
Hi,
I ran docker-entrypoint.sh to download the index.yaml file, the vpf_classification folder and the uvigs_scores folder.
I am not using the Docker image, I have installed stack and compiled vpf-tools. I have tried both giving the full path (/path/to/index.yaml) or from the folder I run the command in (../index.yaml) and I always get the same error message.
That shouldn't happen, but also docker-entrypoint.sh is written with the single purpose of being the Docker entrypoint.
I would recommend downloading and extracting the data yourself and then pointing to the yaml file yourself, as the docker-entrypoint.sh script may have polluted the environment or had permission issues when extracting the data files.
Hello,
I first ran docker-entrypoint.sh and now I try to run vpf-tools, and I get the following error message :
I tried to move the index.yaml and run the command from other directories, but the program still can't recognize the index.yaml.
Thanks for your help.